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:

committed by
Sven Neumann

parent
4c57a9affb
commit
6cc021bd4e
@ -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'.
|
||||
|
@ -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/]))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user