Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        configure.in 


Log Message:
Remove --with-enlightenment-config, set E_CONFIG variable if needed.

===================================================================
RCS file: /cvs/e/e_modules/mail/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- configure.in        20 Nov 2007 06:06:12 -0000      1.19
+++ configure.in        20 Nov 2007 06:23:46 -0000      1.20
@@ -28,16 +28,7 @@
 
 AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH)
 
-AC_ARG_WITH(enlightenment-config,
-  AS_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use 
enlightenment-config specified]),
-  [
-    E_CONFIG=$withval;
-    echo "using "$E_CONFIG" for enlightenment-config";
-  ], [
-    PROG="enlightenment-config";
-    AC_PATH_PROG(E_CONFIG, $PROG, "", $PATH)
-  ]
-)
+AC_PATH_PROG(E_CONFIG, "enlightenment-config", "", $PATH)
 e_cflags=`$E_CONFIG --cflags`
 e_libs=`$E_CONFIG --libs`
 e_modules=`$E_CONFIG --module-dir`



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to