View | Details | Raw Unified
Collapse All | Expand All

(-) configure.ac.orig (-8 / +7 lines)
 Lines 18-31    Link Here 
AC_PROG_LIBTOOL
AC_PROG_LIBTOOL
dnl ==============================================
dnl ==============================================
dnl gconf stuff
dnl ==============================================
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
dnl ==============================================
dnl translation support
dnl translation support
dnl ==============================================
dnl ==============================================
 Lines 243-248    Link Here 
dnl ==============================================
dnl ==============================================
dnl GConf
dnl GConf
dnl ==============================================
dnl ==============================================
if test "$with_gconf" != "no"; then
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
fi
AM_GCONF_SOURCE_2
AM_GCONF_SOURCE_2
dnl Please keep in alphabetical order
dnl Please keep in alphabetical order