mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Comment out the recently introduced second set of checks for gconf.
They cause problems with schema installation. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12147 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2005-12-07 David Hampton <hampton@employees.org>
|
||||
|
||||
* configure.in: Comment out the recently introduced second set of
|
||||
checks for gconf. They cause problems with schema installation.
|
||||
|
||||
2005-12-06 Joshua Sled <jsled@asynchronous.org>
|
||||
|
||||
* gnc-main-window.c (gnc_menu_actions): Remove Misc menu.
|
||||
|
||||
+11
-11
@@ -807,16 +807,16 @@ else
|
||||
fi
|
||||
AM_CONDITIONAL(WITH_LIBGSF_GNOME, test $have_gnome = yes)
|
||||
|
||||
# GConf configuration
|
||||
dnl Don't publish the GCONFTOOL variable, AM_GCONF_SOURCE_2 has ``gconftool-2'' hardwired.
|
||||
GCONFTOOL=
|
||||
AC_CHECK_PROG([GCONFTOOL], [gconftool-2], [gconftool-2], [no])
|
||||
if test "x$GCONFTOOL" = "xno"; then
|
||||
AC_MSG_WARN([thumbnailer will not be built, unable to find gconftool-2])
|
||||
else
|
||||
AM_GCONF_SOURCE_2
|
||||
fi
|
||||
AM_CONDITIONAL(WITH_GCONF, test "x$GCONFTOOL" != "xno")
|
||||
## # GConf configuration
|
||||
## dnl Don't publish the GCONFTOOL variable, AM_GCONF_SOURCE_2 has ``gconftool-2'' hardwired.
|
||||
## GCONFTOOL=
|
||||
## AC_CHECK_PROG([GCONFTOOL], [gconftool-2], [gconftool-2], [no])
|
||||
## if test "x$GCONFTOOL" = "xno"; then
|
||||
## AC_MSG_WARN([thumbnailer will not be built, unable to find gconftool-2])
|
||||
## else
|
||||
## AM_GCONF_SOURCE_2
|
||||
## fi
|
||||
## AM_CONDITIONAL(WITH_GCONF, test "x$GCONFTOOL" != "xno")
|
||||
|
||||
dnl # LDFLAGS="-no-undefined $LDFLAGS"
|
||||
|
||||
@@ -831,7 +831,7 @@ AM_CONDITIONAL(PLATFORM_WIN32, false)
|
||||
# dnl AM_CONDITIONAL(ENABLE_GTK_DOC, false)
|
||||
# dnl AM_CONDITIONAL(GTK_DOC_USE_LIBTOOL, false)
|
||||
AM_CONDITIONAL(WITH_LIBGSF_GNOME, false)
|
||||
AM_CONDITIONAL(WITH_GCONF, false)
|
||||
# dnl AM_CONDITIONAL(WITH_GCONF, false)
|
||||
AM_CONDITIONAL(WITH_PYTHON, false)
|
||||
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user