Skip to content

Commit

Permalink
Remove redundant GLIB check.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18704 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
gjanssens committed Feb 21, 2010
1 parent 80e3845 commit 01f1013
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions configure.in
Expand Up @@ -239,22 +239,6 @@ AM_PATH_GLIB_2_0(2.12.0,,AC_MSG_ERROR([
*** 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
Expand Down

0 comments on commit 01f1013

Please sign in to comment.