From a12d1bb34de9e7f5165956887aaf6b2ac7a0e8ef Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Fri, 9 May 2008 19:15:07 +0000 Subject: [PATCH] Remove iax from bootstrap.sh too git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8340 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index bfefd46857..9440e7433b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ echo "bootstrap: checking installation..." BASEDIR=`pwd`; LIBDIR=${BASEDIR}/libs; -SUBDIRS="codec/ilbc curl iax iksemel voipcodecs \ +SUBDIRS="codec/ilbc curl iksemel voipcodecs \ js js/nsprpub libdingaling libedit libresample libsndfile pcre sofia-sip \ speex sqlite srtp xmlrpc-c openzap";