File stardict-drop-autotools-gconf.patch of Package stardict
---
dict/configure.ac | 2 --
1 file changed, 2 deletions(-)
Index: stardict-3.0.7/dict/configure.ac
===================================================================
--- stardict-3.0.7.orig/dict/configure.ac
+++ stardict-3.0.7/dict/configure.ac
@@ -488,7 +488,6 @@ elif test "x${enable_maemo_support}" = "
AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
fi
AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x${enable_maemo_support}" != "xno")
- AM_GCONF_SOURCE_2
elif test "x${enable_darwin_support}" = "xyes" ; then
echo "Enable darwin suppport";
AC_DEFINE([CONFIG_DARWIN],[], [Compile with darwin support])
@@ -510,7 +509,6 @@ dnl ************************************
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
dnl ==========================================================================
dnl stuff for the CORBA interface