From: Anthony Minessale Date: Fri, 23 May 2008 23:09:08 +0000 (+0000) Subject: don't configure xmlrpc-c anymore (we will merge with ours X-Git-Tag: v1.0.0~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5297a2c982debbd68ca98bceb51775e6aa7caaf4;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/bootstrap.sh b/bootstrap.sh index 9440e7433b..e140c63747 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -5,7 +5,7 @@ BASEDIR=`pwd`; LIBDIR=${BASEDIR}/libs; SUBDIRS="codec/ilbc curl iksemel voipcodecs \ 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 diff --git a/configure.in b/configure.in index ad78dd6140..0567fc0e9e 100644 --- a/configure.in +++ b/configure.in @@ -608,7 +608,6 @@ AC_CONFIG_SUBDIRS(libs/libdingaling) AC_CONFIG_SUBDIRS(libs/libsndfile) AC_CONFIG_SUBDIRS(libs/sofia-sip) AC_CONFIG_SUBDIRS(libs/speex) -AC_CONFIG_SUBDIRS(libs/xmlrpc-c) AC_CONFIG_SUBDIRS(libs/portaudio) AC_CONFIG_SUBDIRS(libs/openmrcp) AC_CONFIG_SUBDIRS(libs/openzap)