fixed check for babl.

2008-07-12  Sven Neumann  <sven@gimp.org>

	* configure.in: fixed check for babl.


svn path=/trunk/; revision=26159
This commit is contained in:
Sven Neumann 2008-07-12 12:34:08 +00:00 committed by Sven Neumann
parent 4c57a9affb
commit 6cc021bd4e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-07-12 Sven Neumann <sven@gimp.org>
* configure.in: fixed check for babl.
2008-07-12 Martin Nordholts <martinn@svn.gnome.org>
* configure.in: Prefered casing of `babl' is `babl'.

View File

@ -430,7 +430,7 @@ AC_SUBST(ISO_CODES_LOCALEDIR)
###############################
PKG_CHECK_MODULES(babl, babl >= babl_required_version, :,
PKG_CHECK_MODULES(BABL, babl >= babl_required_version, :,
AC_MSG_ERROR([Test for babl failed. Please get it from http://gegl.org/]))