Enlightenment CVS committal Author : englebass Project : e_modules Module : wlan
Dir : e_modules/wlan Modified Files: configure.in Log Message: Remove --with-enlightenment-config, set E_CONFIG variable if needed. =================================================================== RCS file: /cvs/e/e_modules/wlan/configure.in,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- configure.in 20 Nov 2007 06:06:14 -0000 1.20 +++ configure.in 20 Nov 2007 06:23:48 -0000 1.21 @@ -31,16 +31,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