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.
This commit is contained in:
Federico Mena Quintero 2010-03-11 13:11:05 -06:00
parent feeb3d5731
commit 673cd05b3f

View file

@ -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