PolicyKit: Branch 'master'

David Zeuthen david at kemper.freedesktop.org
Wed Nov 14 13:55:05 PST 2012


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ca1b0cd633fb14d2e152abd7b965b02ea58f66d0
Author: David Zeuthen <zeuthen at gmail.com>
Date:   Wed Nov 14 14:29:16 2012 -0500

    Include gmodule-2.0 to avoid linker errors
    
    Signed-off-by: David Zeuthen <zeuthen at gmail.com>

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)
 


More information about the hal-commit mailing list