Enlightenment CVS committal

Author  : andreas
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart


Modified Files:
        configure.in 


Log Message:
- added test for esmart_text_entry
- added EDC file for esmart_text_entry
  -> not perfect, but good enough for a test (If you are a good EDC creator fix 
it.)
- fixed some config.h stuff
- added configure check for edje_cc


===================================================================
RCS file: /cvs/e/e17/libs/esmart/configure.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- configure.in        10 Jul 2007 00:13:25 -0000      1.25
+++ configure.in        10 Jul 2007 17:33:54 -0000      1.26
@@ -112,6 +112,21 @@
   ]
 )
 
+dnl Check for edce_cc
+EDJE_DEF=""
+AC_SUBST(EDJE_DEF)
+AC_ARG_WITH(edje-cc,
+        AC_HELP_STRING([--with-edje-cc=PATH],[Specify a specific path to 
edje_cc]),
+[
+  v=$withval;
+  edje_cc=$v
+  echo "  Enlightenment edje_cc explicitly set to "$edje_cc;
+],[
+  edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc
+])
+AC_SUBST(edje_cc)
+
+
 have_esmart_textarea=no
 
 AM_CONDITIONAL(BUILD_ESMART_CONTAINER, test $have_esmart_container = yes)



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to