fix config.cache

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7201 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-01-13 19:27:17 +00:00
parent 04be7a15ca
commit 4596cc2e4a
2 changed files with 2 additions and 1 deletions

View 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])

View 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