Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : weather

Dir     : e_modules/weather


Modified Files:
        configure.in 


Log Message:
Remove esmart from configure.in as we don't need it for this module anyway.

===================================================================
RCS file: /cvs/e/e_modules/weather/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.in        2 Apr 2006 09:31:44 -0000       1.8
+++ configure.in        2 Apr 2006 10:45:47 -0000       1.9
@@ -131,20 +131,6 @@
 AC_SUBST(evas_cflags)
 AC_SUBST(evas_libs)
 
-AC_ARG_WITH(esmart-config,
-[  --with-esmart-config=ESMART_CONFIG      use esmart-config specified ],
-[
-  ESMART_CONFIG=$withval;
-  echo "using "$ESMART_CONFIG" for esmart-config";
-],[
-  PROG="esmart-config";
-  AC_PATH_PROG(ESMART_CONFIG, $PROG, "", $PATH)
-])
-esmart_cflags=`$ESMART_CONFIG --cflags`
-esmart_libs=`$ESMART_CONFIG --libs`
-AC_SUBST(esmart_cflags)
-AC_SUBST(esmart_libs)
-
 AC_ARG_WITH(edje-config,
 [  --with-edje-config=EDJE_CONFIG      use edje-config specified ],
 [




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to