]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
up
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 18 Feb 2008 21:06:02 +0000 (21:06 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 18 Feb 2008 21:06:02 +0000 (21:06 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@405 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/configure.ac

index 3ff905cf26a7738e4a151da40347442c1d2114df..6234a100e9bb185505476d4ff47429dace2bee48 100644 (file)
@@ -32,7 +32,7 @@ AX_COMPILER_VENDOR
 
 case "${ax_cv_c_compiler_vendor}" in
 gnu)
-    COMP_VENDOR_CFLAGS="-std=gnu99 -ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes"
+    COMP_VENDOR_CFLAGS="-ffast-math -Wall -Werror -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes"
     ;;
 sun)
     COMP_VENDOR_CFLAGS="-xc99=all -mt -xCC -D__FUNCTION__=__func__ -xvpara"