configure.ac: Fix typo and test commit mail sending.

Original commit message from CVS:
* configure.ac:
Fix typo and test commit mail sending.
This commit is contained in:
Stefan Kost 2007-06-07 14:17:46 +00:00
parent 3b43fd8d3c
commit fa81d90908
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-06-07 Stefan Kost <ensonic@users.sf.net>
* configure.ac:
Fix typo and test commit mail sending.
2007-06-07 Stefan Kost <ensonic@users.sf.net>
* tests/examples/controller/audio-example.c:

View file

@ -398,7 +398,7 @@ AC_SUBST(GST_HAVE_GLIB_2_8_DEFINE)
dnl Check for glib2 without extra fat, useful for the unversioned tool frontends
PKG_CHECK_MODULES(GLIB_ONLY, glib-2.0 >= $GLIB_REQ)
dnl Checks for documentation xrefs
dnl Check for documentation xrefs
GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
AC_SUBST(GLIB_PREFIX)