Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
require eet only once

===================================================================
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -3 -r1.205 -r1.206
--- configure.in        21 Mar 2007 02:28:39 -0000      1.205
+++ configure.in        21 Mar 2007 02:37:10 -0000      1.206
@@ -803,7 +803,6 @@
 if test "$want_eet_font_loader" = yes -a "$have_eet" = yes; then
   AC_DEFINE(BUILD_FONT_LOADER_EET, 1, [EET Font Loader Support])
   have_eet_font_loader=yes
-  requirements="$requirements eet"
 else
   have_eet_font_loader=no
 fi
@@ -813,11 +812,14 @@
 if test "$want_eet_image_loader" = yes -a "$have_eet" = yes; then
   AC_DEFINE(BUILD_LOADER_EET, 1, [EET Image Loader Support])
   have_eet_image_loader=yes
-  requirements="$requirements eet"
 else
   have_eet_image_loader=no
 fi
 AC_MSG_RESULT($have_eet_image_loader)
+
+if test "$have_eet_font_loader" = yes -o "$have_eet_image_loader" = yes; then
+  requirements="$requirements eet"
+fi
 
 AM_CONDITIONAL(BUILD_LOADER_EET, test $have_eet_image_loader = yes)
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to