summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-05-20 17:30:23 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-06-09 15:34:00 +0100
commit07055a9297a4eb36ed4472185918af55e6cea7a9 (patch)
tree80f079fb58c4ab5a80f5574f94cc9cc192096541 /autogen.sh
parent9c40eeeb4c87f381a839ca275b4eee77017fa2bf (diff)
autogen: remove -Wno-portability from here
as it is in configure.ac now.
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 5df25074a..ceb69c160 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -85,7 +85,7 @@ tool_run "$autoheader"
echo timestamp > stamp-h.in 2> /dev/null
tool_run "$autoconf"
-tool_run "$automake" "-a -c -Wno-portability"
+tool_run "$automake" "-a -c"
# if enable exists, add an -enable option for each of the lines in that file
if test -f enable; then