From 8fd9fe65d4ee09c54d5b7928e3b461403ea4b883 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 14 Jan 2009 00:24:57 +0000 Subject: [PATCH] remove more git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11178 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- bootstrap.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index ddb9fd7d59..3de0471d07 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -224,11 +224,6 @@ echo "Entering directory ${LIBDIR}/apr-util" cd ${LIBDIR}/apr-util ./buildconf -echo "Entering directory ${LIBDIR}/openmrcp" -cd ${LIBDIR}/openmrcp -./bootstrap - - for i in ${SUBDIRS} do echo "Entering directory ${LIBDIR}/${i}"