autogen: remove -Wno-portability from here

as it is in configure.ac now.
This commit is contained in:
Tim-Philipp Müller 2009-05-20 17:30:23 +01:00
parent 9c40eeeb4c
commit 07055a9297

View file

@ -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