Don't attempt to build ecore_x if checks for ecore_txt dependancies fail.

SVN revision: 8231
This commit is contained in:
rbdpngn 2003-12-30 21:51:50 +00:00 committed by rbdpngn
parent a7830089ca
commit 12241ce615
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,6 @@ changequote([,])dnl
AC_MSG_CHECKING(whether ecore_txt module is to be built)
# FIXME: detect if we need -liconv or not for iconv_libs
iconv_cflags=""
iconv_libs=""
@ -148,6 +147,7 @@ if test "x$have_ecore_txt" = "xyes"; then
], [
AC_MSG_RESULT("no - disabling ecore_txt")
AM_CONDITIONAL(BUILD_ECORE_TXT, false)
have_ecore_txt=""
]
),
)