Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:


debugging - but more important - configure.in fix!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- configure.in        17 Feb 2004 07:12:01 -0000      1.41
+++ configure.in        16 Mar 2004 23:52:45 -0000      1.42
@@ -134,6 +134,8 @@
         iconv_libs="-liconv"
         ecore_txt_libs="-lecore_txt -liconv"
         have_ecore_txt="yes"
+      ], [
+        have_ecore_txt="no"
       ]
     )
   fi
@@ -145,6 +147,8 @@
         AM_CONDITIONAL(BUILD_ECORE_TXT, true)
         ecore_txt_libs="-lecore_txt"
         have_ecore_txt="yes"
+       ], [
+        have_ecore_txt="no"
       ]
     )
   fi




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to