Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage


Modified Files:
        configure.in 


Log Message:
Xinerama and partial strut support
thanks very much to Rick Yorgason (Skorpion)
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- configure.in        8 Oct 2004 22:04:40 -0000       1.12
+++ configure.in        14 Oct 2004 22:38:58 -0000      1.13
@@ -150,6 +150,15 @@
     have_esmart_trans="yes"  
   ])
 
+AC_ARG_ENABLE(xinerama,
+  [  --enable-xinerama  Use Xinerama],
+  [case "${enableval}" in
+    yes) xinerama=true ;;
+    no)  xinerama=false ;;
+    *)   AC_MSG_ERROR(bad value ${enableval} for --enable-xinerama) ;;
+  esac],[xinerama=false])
+  AM_CONDITIONAL(XINERAMA, test x$xinerama = xtrue)
+
 AC_OUTPUT([
 Makefile
 src/Makefile




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to