summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-09-13 10:25:22 +0000
committerChristian Schaller <uraeus@gnome.org>2003-09-13 10:25:22 +0000
commitb5c25858cd9879c1758d5ad934893eb076baf4db (patch)
tree485bb3cc48c7f16ad5fcf2a075c20e19b6472d55 /m4
parent440cb06e71288857b9f561e0dc4830ffc464aacd (diff)
latest fixes to get everything disting and building like a charm
Original commit message from CVS: latest fixes to get everything disting and building like a charm
Diffstat (limited to 'm4')
-rw-r--r--m4/as-slurp-ffmpeg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/as-slurp-ffmpeg.m4 b/m4/as-slurp-ffmpeg.m4
index 625eccd2..8fbb8835 100644
--- a/m4/as-slurp-ffmpeg.m4
+++ b/m4/as-slurp-ffmpeg.m4
@@ -24,7 +24,7 @@ AC_DEFUN(AS_SLURP_FFMPEG,
if test ! -d $1; then mkdir -p $1; fi
cd $1
- if test ! -d ffmpeg/CVS; then
+ if test ! -e ffmpeg/README; then
# check out cvs code
AC_MSG_NOTICE(checking out ffmpeg cvs code from $2 into $1)
cvs -Q -d:pserver:anonymous@cvs.ffmpeg.sourceforge.net:/cvsroot/ffmpeg co -D '$2' ffmpeg || FAILED=yes