From: Jean-Philippe Orsini Date: Sun, 19 May 2013 08:21:19 +0000 (+0000) Subject: gconf optional X-Git-Tag: v0.8.0.5~63 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=19e18fde31e67bcdaac02d93ddcec6d021d50add gconf optional --- diff --git a/configure b/configure index b7a0e0c..ce52a9c 100755 --- a/configure +++ b/configure @@ -7678,7 +7678,8 @@ else GCONF_LIBS=$pkg_cv_GCONF_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"gconf2 not present\"" >&5 +$as_echo "$as_me: WARNING: \"gconf2 not present\"" >&2;} fi diff --git a/configure.ac b/configure.ac index d0fef5f..7ec9779 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) # Check GCONF -PKG_CHECK_MODULES(GCONF, gconf-2.0) +PKG_CHECK_MODULES(GCONF, gconf-2.0, [AC_MSG_WARN("gconf2 not present")]) AC_SUBST(GCONF_CFLAGS) AC_SUBST(GCONF_LIBS)