From: Stefan Knoblich Date: Fri, 9 May 2008 19:15:07 +0000 (+0000) Subject: Remove iax from bootstrap.sh too X-Git-Tag: v1.0-rc5~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a12d1bb34de9e7f5165956887aaf6b2ac7a0e8ef;p=thirdparty%2Ffreeswitch.git Remove iax from bootstrap.sh too git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8340 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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";