fix config.cache
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7201 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
04be7a15ca
commit
4596cc2e4a
|
@ -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])
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue