add some stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6430 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-11-29 02:48:44 +00:00
parent d35dd36e58
commit d79d8ba65c
10 changed files with 85 additions and 12 deletions

View File

@@ -1 +1 @@
Mon Apr 23 14:11:42 EDT 2007
Wed Nov 28 21:37:06 EST 2007

View File

@@ -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)]),