From 9c5cc1f14eac49ea80bea94730fe1a4dc509b94f Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 6 Oct 2009 23:27:16 +0000 Subject: [PATCH] cleanup git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15102 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- bootstrap.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 985645b5d6..c2a6f97241 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,11 +3,9 @@ echo "bootstrap: checking installation..." BASEDIR=`pwd`; LIBDIR=${BASEDIR}/libs; -SUBDIRS="ilbc curl iksemel \ - js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \ +SUBDIRS="ilbc curl iksemel js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \ speex sqlite srtp openzap spandsp libg722_1 portaudio unimrcp tiff-3.8.2"; - if [ ! -f modules.conf ]; then cp build/modules.conf.in modules.conf fi