diff -r f600b0d1fc5d -r 721e468c10f3 configure.ac --- a/configure.ac Fri Jan 27 10:30:16 2012 +0000 +++ b/configure.ac Fri Jan 27 21:40:35 2012 +0000 @@ -58,17 +58,7 @@ ################################################## # Checks for libraries. ################################################## -AC_MSG_CHECKING([whether to use glib]) -AC_ARG_WITH([glib],[AS_HELP_STRING([--without-glib], - [use internal re-invented wheel rather than glib2])]) -AS_IF([test "$with_glib" != no],[ - AC_MSG_RESULT([yes]) - PKG_CHECK_MODULES([GLIB],[glib-2.0]) - AC_DEFINE([HAVE_GLIB],[1],[Define if you have glib version 2.x]) -],[ - AC_MSG_RESULT([no]) -]) -AM_CONDITIONAL([HAVE_GLIB],[test "$with_glib" != no]) +PKG_CHECK_MODULES([GLIB],[glib-2.0]) # NOTE: If we are using a static version of glib then we # should define GLIB_STATIC_COMPILATION. This isn't needed