don't configure xmlrpc-c anymore (we will merge with ours

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8562 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-05-23 23:09:08 +00:00
parent 5c04241bc0
commit 5297a2c982
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ BASEDIR=`pwd`;
LIBDIR=${BASEDIR}/libs; LIBDIR=${BASEDIR}/libs;
SUBDIRS="codec/ilbc curl iksemel voipcodecs \ SUBDIRS="codec/ilbc curl iksemel voipcodecs \
js js/nsprpub libdingaling libedit libresample libsndfile pcre sofia-sip \ js js/nsprpub libdingaling libedit libresample libsndfile pcre sofia-sip \
speex sqlite srtp xmlrpc-c openzap"; speex sqlite srtp openzap";
if [ ! -f modules.conf ]; then if [ ! -f modules.conf ]; then

View File

@ -608,7 +608,6 @@ AC_CONFIG_SUBDIRS(libs/libdingaling)
AC_CONFIG_SUBDIRS(libs/libsndfile) AC_CONFIG_SUBDIRS(libs/libsndfile)
AC_CONFIG_SUBDIRS(libs/sofia-sip) AC_CONFIG_SUBDIRS(libs/sofia-sip)
AC_CONFIG_SUBDIRS(libs/speex) AC_CONFIG_SUBDIRS(libs/speex)
AC_CONFIG_SUBDIRS(libs/xmlrpc-c)
AC_CONFIG_SUBDIRS(libs/portaudio) AC_CONFIG_SUBDIRS(libs/portaudio)
AC_CONFIG_SUBDIRS(libs/openmrcp) AC_CONFIG_SUBDIRS(libs/openmrcp)
AC_CONFIG_SUBDIRS(libs/openzap) AC_CONFIG_SUBDIRS(libs/openzap)