You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/xmlcopyeditor/files/xmlcopyeditor-1.2.1.3-no-au...

20 lines
597 B

--- xmlcopyeditor-1.2.1.3.orig/configure.ac
+++ xmlcopyeditor-1.2.1.3/configure.ac
@@ -139,13 +139,9 @@
AC_CHECK_HEADER(expat.h, ,
AC_MSG_ERROR([Expat headers not found]))
-# Check enchant is available
-PKG_CHECK_MODULES(ENCHANT, [enchant], [CXXFLAGS="$CXXFLAGS -DUSE_ENCHANT"],
- # otherwise Check ASPELL is available
- [AC_CHECK_HEADER(aspell.h, [ASPELL_LIBS="-laspell"],
- AC_MSG_ERROR([Aspell headers not found]))]
-)
-
+# Check Aspell is available
+AC_CHECK_HEADER(aspell.h, [ASPELL_LIBS="-laspell"],
+ AC_MSG_ERROR([Aspell headers not found]))
AC_SUBST(ASPELL_LIBS)
# Check gtk