Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance


Modified Files:
        configure.in 


Log Message:
check for esmart now

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- configure.in        14 Oct 2003 12:57:25 -0000      1.12
+++ configure.in        21 Oct 2003 10:20:04 -0000      1.13
@@ -88,6 +88,15 @@
 AC_SUBST(edje_libs)
 AC_SUBST(edje_cflags)
 
+AC_PATH_GENERIC(esmart, 0.0.2, [
+       AC_SUBST(esmart_libs)
+       AC_SUBST(esmart_cflags) ],
+       AC_MSG_ERROR(Cannot find esmart: Is esmart-config in path?))
+esmart_libs=`esmart-config --libs`
+esmart_cflags=`esmart-config --cflags`
+AC_SUBST(esmart_libs)
+AC_SUBST(esmart_cflags)
+
 have_pam=no
 AC_CHECK_HEADERS(security/pam_appl.h, [
        LIBS="$LIBS -lpam"




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to