summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2003-07-15 12:39:40 +0000
committerBrian Cameron <brian.cameron@sun.com>2003-07-15 12:39:40 +0000
commit063ebfd201ca87f316bf478d19440a585ce0af2c (patch)
tree4c824452056c30888f75030d6404c1d6293d7912
parent74856703c922315f64b9314547966bd4963db968 (diff)
Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check so that it doesn't stop the configure if i...
Original commit message from CVS: Now set XVIDEO_LIBS only if the Xv library is found. Fixed matroska check so that it doesn't stop the configure if it fails.
-rw-r--r--m4/gst-matroska.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/gst-matroska.m4 b/m4/gst-matroska.m4
index c99e5bf..7e52dd9 100644
--- a/m4/gst-matroska.m4
+++ b/m4/gst-matroska.m4
@@ -107,8 +107,7 @@ int main ()
echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH"],
[ echo "*** The test program failed to compile or link. See the file config.log for the"
echo "*** exact error that occured. This usually means EBML was incorrectly installed"
- echo "*** or that you have moved EBML since it was installed."
- exit 1 ])
+ echo "*** or that you have moved EBML since it was installed." ])
CFLAGS="$ac_save_CFLAGS"
LIBS="$ac_save_LIBS"
fi