mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
add some stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6430 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1 +1 @@
|
||||
Mon Apr 23 14:11:42 EDT 2007
|
||||
Wed Nov 28 21:37:06 EST 2007
|
||||
|
@@ -141,6 +141,15 @@ if test ".$ac_cv_with_file" = ".yes"; then
|
||||
CPPFLAGS="$CPPFLAGS -DJS_HAS_FILE_OBJECT=1"
|
||||
fi
|
||||
|
||||
dnl # configure option --without-xml
|
||||
AC_ARG_WITH([xml],
|
||||
AS_HELP_STRING([--without-xml], [build without XML object]),
|
||||
[ac_cv_with_xml=$withval], [ac_cv_with_xml=yes])
|
||||
AC_CACHE_CHECK([whether to build with the XML object], [ac_cv_with_xml], [ac_cv_with_xml=yes])
|
||||
if test ".$ac_cv_with_xml" = ".yes"; then
|
||||
CPPFLAGS="$CPPFLAGS -DJS_HAS_XML_SUPPORT=1"
|
||||
fi
|
||||
|
||||
dnl # configure option --with-dso
|
||||
AC_ARG_WITH([dso],
|
||||
AS_HELP_STRING([--with-dso], [build without DSO object (allows run-time process extending)]),
|
||||
|
Reference in New Issue
Block a user