Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Avoid unnecessary library dependencies in eesh and edox. Cleanups.

===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -3 -r1.166 -r1.167
--- configure.in        9 Sep 2006 09:08:03 -0000       1.166
+++ configure.in        9 Sep 2006 22:21:47 -0000       1.167
@@ -134,7 +134,7 @@
 IMLIB_CFLAGS=`imlib2-config --cflags`
 AC_SUBST(IMLIB_LIBS)
 AC_SUBST(IMLIB_CFLAGS)
-AC_CHECK_LIB(Imlib2, imlib_create_image,,
+AC_CHECK_LIB(Imlib2, imlib_create_image, dummy=1,
   AC_MSG_ERROR([Cannot find Imlib2: Is imlib2-config in path?]),
   $IMLIB_LIBS)
 
@@ -165,11 +165,12 @@
 if test "x$enable_xinerama" = "xyes"; then
   AC_CHECK_LIB(Xinerama, XineramaQueryExtension,
     AC_DEFINE(HAS_XINERAMA, 1, [Xinerama support])
-    E_X_LIBS="-lXinerama $E_X_LIBS",
+    XINERAMA_LIBS="-lXinerama",
     enable_xinerama=no
     AC_MSG_WARN([Xinerama support was requested but not found]),
     $X_LIBS -lXext -lX11)
 fi
+AC_SUBST(XINERAMA_LIBS)
 
 AC_ARG_ENABLE(zoom,
   [  --enable-zoom           compile with zoom support @<:@default=yes@:>@],,



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