]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Remove iax from bootstrap.sh too
authorStefan Knoblich <stkn@freeswitch.org>
Fri, 9 May 2008 19:15:07 +0000 (19:15 +0000)
committerStefan Knoblich <stkn@freeswitch.org>
Fri, 9 May 2008 19:15:07 +0000 (19:15 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8340 d0543943-73ff-0310-b7d9-9358b9ac24b2

bootstrap.sh

index bfefd468576c48ae71f94befd1c17b7969f84de2..9440e7433b530fa650cbeabb755dca1984526550 100755 (executable)
@@ -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";