Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/imlib2
Dir : e17/libs/imlib2
Modified Files:
configure.in
Log Message:
--without-x works again
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/configure.in,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- configure.in 30 Apr 2004 08:53:03 -0000 1.71
+++ configure.in 8 May 2004 14:30:32 -0000 1.72
@@ -172,7 +172,11 @@
if test "x$have_x" = "xdisabled"; then
AC_MSG_WARN([Xlib support is disabled.])
+ AM_CONDITIONAL(HAVE_X, false)
+ XMISS="-DX_DISPLAY_MISSING"
else
+ AM_CONDITIONAL(HAVE_X, true)
+ XMISS=""
if test "x$x_includes" = "x"; then
x_includes="/usr/include"
@@ -196,7 +200,8 @@
AC_MSG_ERROR([ERROR: XShape not found.]); exit,
$x_libs)
fi
-
+AC_SUBST(XMISS)
+AC_SUBST(XDIR)
AC_SUBST(X_OBJS)
# This is necessary so that .o files in LIBOBJS are also built via
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs