X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=213ff7cf50dee768f7c8bc77f855104633fab024;hb=c14414799a4caf1569648fce1b61aceb95f6cafc;hp=994ac011cb5b0712e3a270f1afcde51f2c718db3;hpb=427d5d13aea3d3010e928274533907aa99a94df7;p=psensor.git diff --git a/configure.ac b/configure.ac index 994ac01..213ff7c 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ AC_SUBST(GTK_LIBS) # Check GCONF PKG_CHECK_MODULES(GCONF, gconf-2.0, - [AC_DEFINE([HAVE_GCON2],[1],[Use gconf2])], + [AC_DEFINE([HAVE_GCONF2],[1],[Use gconf2])], [AC_MSG_WARN("gconf2 not present")]) AM_CONDITIONAL(GCONF, test -n "$GCONF_LIBS") AC_SUBST(GCONF_CFLAGS)