]> granicus.if.org Git - apache/commitdiff
roll back the apr-iconv pull as it isn't required for unix
authorIan Holsman <ianh@apache.org>
Fri, 9 Aug 2002 16:07:48 +0000 (16:07 +0000)
committerIan Holsman <ianh@apache.org>
Fri, 9 Aug 2002 16:07:48 +0000 (16:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96326 13f79535-47bb-0310-9956-ffa450edef68

build/httpd_roll_release

index 4570d0d2aa53a5b66adbfbee37a402c341b8182a..9b2742097f150c1d465c7283b46329d03b36ecad 100755 (executable)
@@ -30,8 +30,8 @@ umask 022
 echo Checking out httpd-2.0 > $LOG_NAME
 cvs checkout -r $TAG -d $WORKING_DIR $REPO >> $LOG_NAME
 cd $WORKING_DIR/srclib
-echo "Checking out apr, apr-iconv and apr-util" >> $LOG_NAME
-cvs checkout -r $TAG apr apr-iconv apr-util >> $LOG_NAME
+echo "Checking out apr, and apr-util" >> $LOG_NAME
+cvs checkout -r $TAG apr apr-util >> $LOG_NAME
 cd $START_DIR/$WORKING_DIR
 
 # Make sure the master site's FAQ is up-to-date.  It doesn't hurt to do this