r18704 - gnucash/trunk - Remove redundant GLIB check.

Geert Janssens gjanssens at code.gnucash.org
Sun Feb 21 13:47:42 EST 2010


Author: gjanssens
Date: 2010-02-21 13:47:42 -0500 (Sun, 21 Feb 2010)
New Revision: 18704
Trac: http://svn.gnucash.org/trac/changeset/18704

Modified:
   gnucash/trunk/configure.in
Log:
Remove redundant GLIB check.

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2010-02-21 18:30:32 UTC (rev 18703)
+++ gnucash/trunk/configure.in	2010-02-21 18:47:42 UTC (rev 18704)
@@ -239,22 +239,6 @@
 *** always available at ftp://ftp.gnome.org/pub/gnome/sources/glib/.]),
 	gthread gobject gmodule)
 
-if test ${no_glib}x = yesx
-then
-  AC_MSG_ERROR([Cannot find glib. Check config.log])
-fi
-
-AC_MSG_CHECKING(for GLIB - version >= 2.12.0)
-if $PKG_CONFIG 'glib-2.0 >= 2.12.0'
-then
-  AC_MSG_RESULT(yes)
-  AC_DEFINE(HAVE_GLIB_2_12,1,[System has glib 2.12.0 or better])
-  HAVE_GLIB_2_12=yes
-else
-  AC_MSG_RESULT(no)
-fi
-AM_CONDITIONAL(HAVE_GLIB_2_12, test "x$HAVE_GLIB_2_12" = "xyes")
-
 AC_MSG_CHECKING([for untested GLIB versions (glib >= 2.13.0)])
 if $PKG_CONFIG 'glib-2.0 >= 2.13.0'
 then



More information about the gnucash-changes mailing list