Enlightenment CVS committal

Author  : vapier
Project : e17
Module  : libs/imlib2

Dir     : e17/libs/imlib2


Modified Files:
        configure.in 


Log Message:
add X status to the summary display

===================================================================
RCS file: /cvs/e/e17/libs/imlib2/configure.in,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -3 -r1.146 -r1.147
--- configure.in        20 Apr 2008 12:17:50 -0000      1.146
+++ configure.in        20 Apr 2008 12:19:22 -0000      1.147
@@ -194,13 +194,13 @@
   x_dir=${x_dir:-/usr/X11R6}
   x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}}
   x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext"
-  AM_CONDITIONAL(BUILD_X11, true)
   AC_DEFINE(BUILD_X11, 1, [enabling X11 support])
 else
   x_cflags=""
   x_libs=""
-  AM_CONDITIONAL(BUILD_X11, false)
+  have_x="no"
 fi
+AM_CONDITIONAL(BUILD_X11, test "x$have_x" = "xyes")
 
 dlopen_libs=""
 AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
@@ -610,6 +610,7 @@
 echo "  ZLIB....................: $zlib_ok"
 echo "  BZIP2...................: $bz2_ok"
 echo "  ID3.....................: $id3_ok"
+echo "  X.......................: $have_x"
 echo
 echo
 echo "Use X86 MMX for speed.....: $mmx"



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to