From 24bb88b85f734d665aeaac63bb0cb23373a9e4d5 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 6 Sep 2008 09:55:12 +0000 Subject: [PATCH] configure.ac: Fix type in error messgae. Original commit message from CVS: * configure.ac: Fix type in error messgae. * tests/check/.cvsignore: Ignore more files. --- ChangeLog | 8 ++++++++ common | 2 +- configure.ac | 2 +- tests/check/.gitignore | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ad585573a..8f1242ee41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-09-06 Stefan Kost + + * configure.ac: + Fix type in error messgae. + + * tests/check/.cvsignore: + Ignore more files. + 2008-09-04 Wim Taymans * ext/ffmpeg/gstffmpegcodecmap.c: (nal_escape), (copy_config), diff --git a/common b/common index 8d494854a6..1ff63d8f92 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 8d494854a6018336a80ece82ceb3df0033e2da9c +Subproject commit 1ff63d8f92c36bf207434436f4ce75f2a4ea11a4 diff --git a/configure.ac b/configure.ac index 278c4aecf6..a267e18782 100644 --- a/configure.ac +++ b/configure.ac @@ -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 *** diff --git a/tests/check/.gitignore b/tests/check/.gitignore index 5d45c6c3fd..9af31302e4 100644 --- a/tests/check/.gitignore +++ b/tests/check/.gitignore @@ -1 +1 @@ -test-registry.xml +test-registry.*