Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
Don't define ecore_config_libs when we don't build the config module
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- configure.in        23 Dec 2003 07:34:27 -0000      1.26
+++ configure.in        28 Dec 2003 21:00:52 -0000      1.27
@@ -486,7 +486,6 @@
 )
 
 if test "x$have_ecore_config" = "xyes"; then
-  ecore_config_libs="-lecore_config";
   AC_ARG_WITH(edb-config,
    [   --with-edb-config=EDB_CONFIG      use edb-config specified ],
    [
@@ -503,6 +502,7 @@
        edb_cflags=`edb-config --cflags`
        edb_libs=`edb-config --libs`
        AM_CONDITIONAL(BUILD_ECORE_CONFIG, true)
+       ecore_config_libs="-lecore_config";
        AC_DEFINE(BUILD_ECORE_CONFIG)
        AC_SUBST(edb_libs)
        AC_SUBST(edb_cflags)




-------------------------------------------------------
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