diff options
author | Andreas Heinchen <heinchen@users.sourceforge.net> | 2003-07-02 12:43:37 +0000 |
---|---|---|
committer | Andreas Heinchen <heinchen@users.sourceforge.net> | 2003-07-02 12:43:37 +0000 |
commit | c13641302fc1d825493dec69860f6422e8059210 (patch) | |
tree | 165dd6c491f733a6f3fdba3884b0121b461f78ee | |
parent | b20a5e99e772f77296906ee179534a6d646c1f56 (diff) | |
download | xine-lib-c13641302fc1d825493dec69860f6422e8059210.tar.gz xine-lib-c13641302fc1d825493dec69860f6422e8059210.tar.bz2 |
removed debugging echo
CVS patchset: 5120
CVS date: 2003/07/02 12:43:37
-rw-r--r-- | m4/theora.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/theora.m4 b/m4/theora.m4 index 2769c9d10..f6aa7be79 100644 --- a/m4/theora.m4 +++ b/m4/theora.m4 @@ -29,7 +29,6 @@ AC_ARG_ENABLE(theoratest, [ --disable-theoratest Do not try to compile an ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $THEORA_CFLAGS" - echo "these are your cflags $CFLAGS" LIBS="$LIBS $THEORA_LIBS $OGG_LIBS" dnl dnl Now check if the installed Theora is sufficiently new. |