From 5297a2c982debbd68ca98bceb51775e6aa7caaf4 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 23 May 2008 23:09:08 +0000 Subject: [PATCH] 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 --- bootstrap.sh | 2 +- configure.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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)