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.
This commit is contained in:
Stefan Kost 2008-09-06 09:55:12 +00:00
parent 5211c2072a
commit 24bb88b85f
4 changed files with 11 additions and 3 deletions

View file

@ -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),

2
common

@ -1 +1 @@
Subproject commit 8d494854a6018336a80ece82ceb3df0033e2da9c
Subproject commit 1ff63d8f92c36bf207434436f4ce75f2a4ea11a4

View 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 ***

View file

@ -1 +1 @@
test-registry.xml
test-registry.*