]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix config.cache
authorMichael Jerris <mike@jerris.com>
Sun, 13 Jan 2008 19:27:17 +0000 (19:27 +0000)
committerMichael Jerris <mike@jerris.com>
Sun, 13 Jan 2008 19:27:17 +0000 (19:27 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7201 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/sofia-sip/configure.ac
libs/sofia-sip/configure.gnu

index 58cadbea90c92c1dcc740d5e5914bb2d6ab5d913..46ae8e66217f2fca6843d54b271b63d13fb60b06 100644 (file)
@@ -34,6 +34,7 @@ AC_CONFIG_HEADERS([config.h])
 
 AC_GNU_SOURCE
 
+CFLAGS="$CFLAGS -DSU_DEBUG=0 $DEBUG_CFLAGS"
 ### checks for programs
 ### -------------------
 AC_LANG([C])
index 7bd9c100c586e0e75042bf34357758fae7110c76..c0c20bab8f761dfc9edb016fec55140526f32997 100644 (file)
@@ -1,3 +1,3 @@
 #! /bin/sh
-CFLAGS="$CFLAGS -DSU_DEBUG=0 $DEBUG_CFLAGS" ./configure "$@" --with-pic --with-glib=no --disable-shared
+./configure "$@" --with-pic --with-glib=no --disable-shared