diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-05-20 17:30:23 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2009-06-09 15:34:00 +0100 |
commit | 07055a9297a4eb36ed4472185918af55e6cea7a9 (patch) | |
tree | 80f079fb58c4ab5a80f5574f94cc9cc192096541 /autogen.sh | |
parent | 9c40eeeb4c87f381a839ca275b4eee77017fa2bf (diff) |
autogen: remove -Wno-portability from here
as it is in configure.ac now.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |