From 32f0db59fbf891e38a466b5b956c13be931cf837 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Thu, 14 Jun 2001 20:23:41 +0000 Subject: [PATCH] added gmodule to glib-2.0 stuff Original commit message from CVS: added gmodule to glib-2.0 stuff --- configure.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.base b/configure.base index 59d300cb0b..6eac604487 100644 --- a/configure.base +++ b/configure.base @@ -169,7 +169,7 @@ dnl Check for essential libraries first: dnl ==================================== -PKG_CHECK_MODULES(GLIB, glib-2.0 gobject-2.0 gthread-2.0, , AC_MSG_ERROR(Cannot find glib-2.0)) +PKG_CHECK_MODULES(GLIB, glib-2.0 gobject-2.0 gthread-2.0 gmodule-2.0, , AC_MSG_ERROR(Cannot find glib-2.0)) CORE_LIBS="$GLIB_LIBS" CORE_CFLAGS="$GLIB_CFLAGS" AC_SUBST(GLIB_LIBS)