mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
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:
parent
3b43fd8d3c
commit
fa81d90908
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue