gimp r27115 - trunk



Author: neo
Date: Fri Oct  3 12:09:38 2008
New Revision: 27115
URL: http://svn.gnome.org/viewvc/gimp?rev=27115&view=rev

Log:
2008-10-03  Sven Neumann  <sven gimp org>

	* configure.in: removed custom error message from checks for 
babl
	and GEGL. The default error message is a lot more helpful.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Oct  3 12:09:38 2008
@@ -437,13 +437,8 @@
 # Checks for required libraries
 ###############################
 
-PKG_CHECK_MODULES(BABL, babl >= babl_required_version, :,
-  AC_MSG_ERROR([Test for babl failed. Please get it from http://gegl.org/]))
-
-
-PKG_CHECK_MODULES(GEGL, gegl >= gegl_required_version, :,
-  AC_MSG_ERROR([Test for GEGL failed. Please get it from http://gegl.org/]))
-
+PKG_CHECK_MODULES(BABL, babl >= babl_required_version)
+PKG_CHECK_MODULES(GEGL, gegl >= gegl_required_version)
 
 AM_PATH_GLIB_2_0(glib_required_version, :,
   AC_MSG_ERROR(Test for GLIB failed. See the file 'INSTALL' for help.),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]