]> code.delx.au - gnu-emacs/blobdiff - configure.in
lisp/ChangeLog: Fix entry for bug-querying changes.
[gnu-emacs] / configure.in
index a4ace0aa8fb2a5d01f3253f648ebf8c02e33050d..cbb0298097fac90bfe25389db6827bdbfd547efc 100644 (file)
@@ -1982,6 +1982,8 @@ if test "${HAVE_X11}" = "yes" && test "${with_gconf}" = "yes"; then
    PKG_CHECK_MODULES(GCONF, gconf-2.0 >= 2.13, HAVE_GCONF=yes, HAVE_GCONF=no)
    if test "$HAVE_GCONF" = yes; then
       AC_DEFINE(HAVE_GCONF, 1, [Define to 1 if using GConf.])
+      dnl Newer GConf doesn't link with g_objects, so this is not defined.
+      AC_CHECK_FUNCS([g_type_init])
    fi
 fi