diff options
-rw-r--r-- | m4/gst-matroska.m4 | 3 |
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 |