From: David Zeuthen Date: Wed, 14 Nov 2012 19:29:16 +0000 (-0500) Subject: Include gmodule-2.0 to avoid linker errors X-Git-Tag: 0.109~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca1b0cd633fb14d2e152abd7b965b02ea58f66d0;p=platform%2Fupstream%2Fpolkit.git Include gmodule-2.0 to avoid linker errors Signed-off-by: David Zeuthen --- diff --git a/configure.ac b/configure.ac index ecf56f1..fefde5d 100644 --- a/configure.ac +++ b/configure.ac @@ -122,7 +122,7 @@ if test "x$GCC" = "xyes"; then changequote([,])dnl fi -PKG_CHECK_MODULES(GLIB, [gio-2.0 >= 2.30.0]) +PKG_CHECK_MODULES(GLIB, [gmodule-2.0 gio-2.0 >= 2.30.0]) AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS)