Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 629814
Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +4 lines)
Line  Link Here
0
-- xmlcopyeditor-1.2.1.3.orig/configure.ac
0
++ xmlcopyeditor-1.2.1.3/configure.ac
Lines 139-151 Link Here
139
AC_CHECK_HEADER(expat.h, ,
139
AC_CHECK_HEADER(expat.h, ,
140
	AC_MSG_ERROR([Expat headers not found]))
140
	AC_MSG_ERROR([Expat headers not found]))
141
141
142
# Check enchant is available
142
# Check Aspell is available
143
PKG_CHECK_MODULES(ENCHANT, [enchant], [CXXFLAGS="$CXXFLAGS -DUSE_ENCHANT"], 
143
AC_CHECK_HEADER(aspell.h, [ASPELL_LIBS="-laspell"],
144
	# otherwise Check ASPELL is available
144
	AC_MSG_ERROR([Aspell headers not found]))
145
	  [AC_CHECK_HEADER(aspell.h, [ASPELL_LIBS="-laspell"],
146
		AC_MSG_ERROR([Aspell headers not found]))]
147
)
148
149
AC_SUBST(ASPELL_LIBS)
145
AC_SUBST(ASPELL_LIBS)
150
146
151
# Check gtk
147
# Check gtk

Return to bug 629814