From d6bdddc2638452b5716508bd83d201584926a539 Mon Sep 17 00:00:00 2001
From: Michael Jerris <mike@jerris.com>
Date: Mon, 8 Jun 2009 20:48:54 +0000
Subject: [PATCH] add portaudio to bootstrap

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13690 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index da571ae813..62ad1afac9 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -5,7 +5,7 @@ BASEDIR=`pwd`;
 LIBDIR=${BASEDIR}/libs;
 SUBDIRS="ilbc curl iksemel voipcodecs \
         js js/nsprpub libdingaling libedit libsndfile pcre sofia-sip \
-        speex sqlite srtp openzap spandsp libg722_1";
+        speex sqlite srtp openzap spandsp libg722_1 portaudio";
 
 
 if [ ! -f modules.conf ]; then