Don't attempt to build ecore_x if checks for ecore_txt dependancies fail.
authorrbdpngn <rbdpngn>
Tue, 30 Dec 2003 21:51:50 +0000 (21:51 +0000)
committerrbdpngn <rbdpngn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 30 Dec 2003 21:51:50 +0000 (21:51 +0000)
SVN revision: 8231

legacy/ecore/configure.in

index 0453b5d81db1ebb89d9f7f7a1e7eaad5494036df..baa8f457e8ac2140a1595c8eb522b6b98bf312a8 100644 (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=""
                   ]
                 ),
            )