Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


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

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- configure.in        28 Dec 2003 21:00:52 -0000      1.27
+++ configure.in        30 Dec 2003 21:51:50 -0000      1.28
@@ -102,7 +102,6 @@
 
 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 @@
                   ], [
                     AC_MSG_RESULT("no - disabling ecore_txt")
                     AM_CONDITIONAL(BUILD_ECORE_TXT, false)
+                    have_ecore_txt=""
                   ]
                 ),
            )




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to