Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        configure.in 


Log Message:
Move the definition of the ewl_media include to the correct place.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- configure.in        20 Jul 2004 00:26:39 -0000      1.36
+++ configure.in        20 Jul 2004 18:37:26 -0000      1.37
@@ -288,11 +288,11 @@
 AC_SUBST(emotion_libs)
 AC_SUBST(ewl_media_include)
 if [ test $EMOTION_CONFIG_IN_PATH = yes ]; then
-  emotion_cflags=`$EMOTION_CONFIG --cflags`
-  emotion_libs=`$EMOTION_CONFIG --libs`
-  ewl_media_include="#include <ewl_media.h>"
   AC_CHECK_HEADERS(Emotion.h, [
       AM_CONDITIONAL(BUILD_EMOTION_SUPPORT, true)
+      emotion_cflags=`$EMOTION_CONFIG --cflags`
+      emotion_libs=`$EMOTION_CONFIG --libs`
+      ewl_media_include="#include <ewl_media.h>"
     ], [
       AM_CONDITIONAL(BUILD_EMOTION_SUPPORT, false)
     ], [])




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