Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Autofoo cleanups.

===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -3 -r1.173 -r1.174
--- configure.in        18 Oct 2006 15:56:54 -0000      1.173
+++ configure.in        20 Oct 2006 22:39:35 -0000      1.174
@@ -94,10 +94,6 @@
   [  --enable-hints-gnome    compile with GNOME(<2.0) hints support 
@<:@default=no@:>@],,
   enable_hints_gnome=no)
 
-AC_ARG_ENABLE(ecore,
-  [  --enable-ecore          use ecore functions (for testing only - DO NOT 
USE!) @<:@default=no@:>@],,
-  enable_ecore=no)
-
 if test "x$enable_hints_gnome" = "xyes"; then
   AC_DEFINE(ENABLE_GNOME, 1, [GNOME(<2.0) Hints])
 fi
@@ -137,18 +133,14 @@
 LDFLAGS="$LDFLAGS -L$prefix/lib"
 
 PKG_CHECK_MODULES(IMLIB2, imlib2 >= 1.2.0, have_good_imlib2=yes)
-IMLIB_LIBS=`imlib2-config --libs`
-IMLIB_CFLAGS=`imlib2-config --cflags`
-AC_SUBST(IMLIB_LIBS)
-AC_SUBST(IMLIB_CFLAGS)
-AC_CHECK_LIB(Imlib2, imlib_create_image, dummy=1,
-  AC_MSG_ERROR([Cannot find Imlib2: Is imlib2-config in path?]),
-  $IMLIB_LIBS)
 AC_CHECK_LIB(Imlib2, imlib_context_set_mask_alpha_threshold,
   AC_DEFINE(HAVE_IMLIB_CONTEXT_SET_MASK_ALPHA_THRESHOLD, 1,
             [Imlib2 has imlib_context_set_mask_alpha_threshold]),,
-  $IMLIB_LIBS)
+  $IMLIB2_LIBS)
 
+AC_ARG_ENABLE(ecore,
+  [  --enable-ecore          use ecore functions (for testing only - DO NOT 
USE!) @<:@default=no@:>@],,
+  enable_ecore=no)
 if test "x$enable_ecore" = "xyes"; then
   AC_CHECK_LIB(ecore_x, ecore_x_init,
     [



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to