From fa81d909086a235172887b7a20c26e4d7538da21 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 7 Jun 2007 14:17:46 +0000 Subject: [PATCH] configure.ac: Fix typo and test commit mail sending. Original commit message from CVS: * configure.ac: Fix typo and test commit mail sending. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d64857d773..39e77c7c25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-07 Stefan Kost + + * configure.ac: + Fix typo and test commit mail sending. + 2007-06-07 Stefan Kost * tests/examples/controller/audio-example.c: diff --git a/configure.ac b/configure.ac index 8081bdb336..849f206b4f 100644 --- a/configure.ac +++ b/configure.ac @@ -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)