From: Tim-Philipp Müller Date: Wed, 20 May 2009 16:30:23 +0000 (+0100) Subject: autogen: remove -Wno-portability from here X-Git-Tag: 1.19.3~511^2~9571 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07055a9297a4eb36ed4472185918af55e6cea7a9;hp=9c40eeeb4c87f381a839ca275b4eee77017fa2bf;p=platform%2Fupstream%2Fgstreamer.git autogen: remove -Wno-portability from here as it is in configure.ac now. --- diff --git a/autogen.sh b/autogen.sh index 5df2507..ceb69c1 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