summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-20 17:07:37 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-21 10:54:13 +0100
commit25b1849b80ac97f6051bcce7e014e8ddb525bde6 (patch)
treebea77657c4151b8aad5941bfb17480edc09260ce /autogen.sh
parent72232cfef17303e687dc711abcb06b1bec60bcb7 (diff)
autogen.sh: can remove the -Wno-portability from here now
since we added it to configure.ac.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 44c5ccda0..266a80847 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -90,7 +90,7 @@ echo timestamp > stamp-h.in 2> /dev/null
tool_run "$autoconf"
debug "automake: $automake"
-tool_run "$automake" "--add-missing --copy -Wno-portability"
+tool_run "$automake" "--add-missing --copy"
test -n "$NOCONFIGURE" && {
echo "skipping configure stage for package $package, as requested."