Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl


Modified Files:
        configure.in 


Log Message:
init ecore before checking for engines.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/configure.in,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- configure.in        20 Oct 2005 05:38:08 -0000      1.60
+++ configure.in        26 Oct 2005 20:56:02 -0000      1.61
@@ -55,6 +55,8 @@
 fi
 changequote([,])dnl
 
+PCFLAGS=$CFLAGS
+
 AC_PATH_GENERIC(evas, 0.9.9,
   [ ],
   [
@@ -72,10 +74,27 @@
     AC_MSG_ERROR([Fatal Error: no evas-config detected.])
   ]
 )
-
-PCFLAGS=$CFLAGS
 CFLAGS=$EVAS_CFLAGS" "$CFLAGS
 
+AC_PATH_GENERIC(ecore, 0.9.9,
+  [ ],
+  [
+    echo "ERROR:"
+    echo "The ecore-config development script was not found in your execute"
+    echo "path. This may mean one of several things"
+    echo "1. You may not have installed the ecore-devel (or ecore-dev)"
+    echo "   packages."
+    echo "2. You may have ecore installed somewhere not covered by your path."
+    echo ""
+    echo "If this is the case make sure you have the packages installed, AND"
+    echo "that the ecore-config script is in your execute path (see your"
+    echo "shell's manual page on setting the \$PATH environment variable), OR"
+    echo "alternatively, specify the script to use with --with-ecore-config."
+    AC_MSG_ERROR([Fatal Error: no ecore-config detected.])
+  ]
+)
+CFLAGS=$ECORE_CFLAGS" "$CFLAGS
+
 AC_ARG_ENABLE(software-x11,
        [AC_HELP_STRING([--enable-software-x11],[enable software X11 support])],
        [enable_software_x11=$enableval], [enable_software_x11="auto"])
@@ -127,25 +146,6 @@
        fi
 fi
 
-AC_PATH_GENERIC(ecore, 0.9.9,
-  [ ],
-  [
-    echo "ERROR:"
-    echo "The ecore-config development script was not found in your execute"
-    echo "path. This may mean one of several things"
-    echo "1. You may not have installed the ecore-devel (or ecore-dev)"
-    echo "   packages."
-    echo "2. You may have ecore installed somewhere not covered by your path."
-    echo ""
-    echo "If this is the case make sure you have the packages installed, AND"
-    echo "that the ecore-config script is in your execute path (see your"
-    echo "shell's manual page on setting the \$PATH environment variable), OR"
-    echo "alternatively, specify the script to use with --with-ecore-config."
-    AC_MSG_ERROR([Fatal Error: no ecore-config detected.])
-  ]
-)
-
-CFLAGS=$ECORE_CFLAGS" "$CFLAGS
 AC_PATH_GENERIC(edje, 0.5.0,
   [ ],
   [




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to