Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/etk


Modified Files:
        configure.in 


Log Message:
- add skeleton for spin button widget (doesnt work yet!)
- add xdnd drop support per widget - see test.


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/configure.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- configure.in        15 Jan 2006 11:07:11 -0000      1.6
+++ configure.in        8 Feb 2006 12:49:37 -0000       1.7
@@ -180,6 +180,23 @@
 fi
 
 #####################################################################
+## Ecore_X
+AC_CHECK_HEADER(Ecore_X.h, [ ecore_x_includes="yes" ])
+AC_CHECK_LIB(ecore_x, ecore_x_init, ecore_x_libs="yes", ecore_x_libs="no")
+if test "x{ecore_x_includes}" != "xno" -a "x${ecore_x_includes}" != "x"; then
+  if test "x{ecore_x_libs}" != "xno" -a "x${ecore_x_libs}" != "x"; then
+    have_ecore_x="yes"
+    AC_DEFINE(HAVE_ECORE_X, 1, [Define to 1 if you have the Ecore_X headers 
and libraries])
+  else
+    have_ecore_x="no"
+    AC_DEFINE(HAVE_ECORE_X, 0, [Define to 1 if you have the Ecore_X headers 
and libraries])
+  fi
+else
+  have_ecore_x="no"
+  AC_DEFINE(HAVE_ECORE_X, 0, [Define to 1 if you have the Ecore_X headers and 
libraries])
+fi    
+
+#####################################################################
 ## Gettext
 ALL_LINGUAS="fr"
 AC_SUBST(ALL_LINGUAS)
@@ -251,6 +268,13 @@
 echo "$PACKAGE $VERSION"
 echo "------------------------------------------------------------------------"
 echo
+echo
+echo "Configuration Options Summary:"
+echo
+echo "  Ecore_X support..............: $have_ecore_x"
+echo
+echo "Installation Path.........: $prefix"
+echo
 echo "Now type 'make' ('gmake' on some systems) to compile $PACKAGE,"
 echo "and then afterwards as root (or the user who will install this), type"
 echo "'make install'. Change users with 'su' or 'sudo' appropriately."




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to