Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
make sure have_ecore_desktop and want_ecore_desktop are initialized. otherwise 
you'll get an empty result for ecore_desktop if you don't build ecore_file.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/configure.in,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -3 -r1.165 -r1.166
--- configure.in        5 Mar 2007 04:38:54 -0000       1.165
+++ configure.in        10 Mar 2007 22:12:01 -0000      1.166
@@ -1164,11 +1164,12 @@
 AC_SUBST(fam_libs)
 AC_SUBST(ecore_file_libs)
 
+have_ecore_desktop="no"
+want_ecore_desktop="no"
 
 if test "x$have_ecore_file" = "xyes"; then
   AC_MSG_CHECKING(whether ecore_desktop module is to be built)
   want_ecore_desktop="yes";
-  have_ecore_desktop="no";
   ecore_desktop_cflags="";
   ecore_desktop_libs="";
 
@@ -1199,7 +1200,6 @@
   AC_SUBST(ecore_desktop_libs)
 else
   AC_MSG_RESULT(ecore_file not enabled so ecore_desktop will not be enabled)
-  want_ecore_desktop="no"
   AM_CONDITIONAL(BUILD_ECORE_DESKTOP, false)
 fi
 



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