From 12241ce6155ea873c5f6ce7f3834a65b065a6d8d Mon Sep 17 00:00:00 2001 From: rbdpngn Date: Tue, 30 Dec 2003 21:51:50 +0000 Subject: [PATCH] Don't attempt to build ecore_x if checks for ecore_txt dependancies fail. SVN revision: 8231 --- legacy/ecore/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/configure.in b/legacy/ecore/configure.in index 0453b5d81d..baa8f457e8 100644 --- a/legacy/ecore/configure.in +++ b/legacy/ecore/configure.in @@ -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="" ] ), )