From 673cd05b3f146de280bc8e2cf0889ca32bfe60d0 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 11 Mar 2010 13:11:05 -0600 Subject: [PATCH] Separate glib check in configure.ac The PolicyKit helper for the display capplet only needs glib, no other extra libraries. So, make it link only with that. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index e199a26f9..c998e7bc2 100644 --- a/configure.ac +++ b/configure.ac @@ -113,6 +113,8 @@ gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0` GTK_ENGINE_DIR="$gtk_lib_dir/gtk-2.0/$gtk_binary_version/engines" AC_SUBST(GTK_ENGINE_DIR) +PKG_CHECK_MODULES(GLIB, glib-2.0) + dnl dnl Check dependencies of libslab dnl