Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        configure.in 


Log Message:
Fix the emotion check.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- configure.in        15 Jul 2004 16:26:06 -0000      1.34
+++ configure.in        17 Jul 2004 02:02:15 -0000      1.35
@@ -286,7 +286,7 @@
 
 AC_SUBST(emotion_cflags)
 AC_SUBST(emotion_libs)
-if [ test "x$EMOTION_CONFIG" != "x" ]; then
+if [ test $EMOTION_CONFIG_IN_PATH = yes ]; then
   emotion_cflags=`$EMOTION_CONFIG --cflags`
   emotion_libs=`$EMOTION_CONFIG --libs`
   AC_CHECK_HEADERS(Emotion.h, [
@@ -294,6 +294,8 @@
     ], [
       AM_CONDITIONAL(BUILD_EMOTION_SUPPORT, false)
     ], [])
+else
+  AM_CONDITIONAL(BUILD_EMOTION_SUPPORT, false)
 fi
 
 requirements="evas ecore edb etox edje emotion"




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to