X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=9cd2debb38f3a7ab8d523cb53cd2581bf4c7f362;hb=d2f164cd7274d08103c74314f24e98cd818dbfab;hp=7e84f9f7493d068a0d9555a11a6d7a3535055a45;hpb=9f27110b7bab68c803ffb4430e151b864542552a;p=psensor.git diff --git a/configure.ac b/configure.ac index 7e84f9f..9cd2deb 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,15 @@ AC_CHECK_FUNCS([gettimeofday memmove socket strdup strtol]) AM_GNU_GETTEXT_VERSION([0.16]) AM_GNU_GETTEXT([external]) +# Gconf +AC_PATH_PROG(GCONFTOOL, gconftool-2, no) + +if test x"$GCONFTOOL" = xno; then + AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf]) +fi + +AM_GCONF_SOURCE_2 + ############### common # Checks sensors, required by psensor and psensor-server