Remove lines that pull libs/ext/cothreads from CVS
authorDavid Schleef <ds@schleef.org>
Tue, 29 Jul 2003 02:16:06 +0000 (02:16 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 29 Jul 2003 02:16:06 +0000 (02:16 +0000)
Original commit message from CVS:
Remove lines that pull libs/ext/cothreads from CVS

autogen.sh

index dc0d266..18633ed 100755 (executable)
@@ -9,9 +9,6 @@ srcfile=gst/gst.c
 if test ! -d common; then
   echo "+ getting common from cvs"; cvs co common
 fi
-if test ! -d libs/ext/cothreads; then
-  echo "+ getting cothreads from cvs"; cvs co gst-cothreads
-fi
 
 # source helper functions
 if test ! -f common/gst-autogen.sh;