configure.ac: Fix type in error messgae.
authorStefan Kost <ensonic@users.sourceforge.net>
Sat, 6 Sep 2008 09:55:12 +0000 (09:55 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Sat, 6 Sep 2008 09:55:12 +0000 (09:55 +0000)
Original commit message from CVS:
* configure.ac:
Fix type in error messgae.
* tests/check/.cvsignore:
Ignore more files.

ChangeLog
common
configure.ac
tests/check/.gitignore

index 1ad5855..8f1242e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-06  Stefan Kost  <ensonic@users.sf.net>
+
+       * configure.ac:
+         Fix type in error messgae.
+
+       * tests/check/.cvsignore:
+         Ignore more files.
+
 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
 
        * ext/ffmpeg/gstffmpegcodecmap.c: (nal_escape), (copy_config),
diff --git a/common b/common
index 8d49485..1ff63d8 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 8d494854a6018336a80ece82ceb3df0033e2da9c
+Subproject commit 1ff63d8f92c36bf207434436f4ce75f2a4ea11a4
index 278c4ae..a267e18 100644 (file)
@@ -200,7 +200,7 @@ esac
 AC_SUBST(DARWIN_LDFLAGS)
 
 dnl *** Check for bz2
-AG_GST_CHECK_LIBHEADER(BZ2, bz2, BZ2_bzlibVersion, , bzlib.h,, AC_ERROR([libz2 is required]))
+AG_GST_CHECK_LIBHEADER(BZ2, bz2, BZ2_bzlibVersion, , bzlib.h,, AC_ERROR([libbz2 is required]))
 
 dnl *** configure external libs ***
 
index 5d45c6c..9af3130 100644 (file)
@@ -1 +1 @@
-test-registry.xml
+test-registry.*