Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e Modified Files: configure.in Log Message: wrap putenv... (and for remote_main just strudup - if we leak it doesnt matter - it will not run for long :) ) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v retrieving revision 1.53 retrieving revision 1.54 diff -u -3 -r1.53 -r1.54 --- configure.in 13 Apr 2005 05:48:38 -0000 1.53 +++ configure.in 14 Apr 2005 09:09:20 -0000 1.54 @@ -20,6 +20,9 @@ AM_PROG_LIBTOOL AC_C___ATTRIBUTE__ +AC_CHECK_FUNCS(setenv) +AC_CHECK_FUNCS(unsetenv) + MODULE_ARCH="$target_os-$target_cpu" AC_SUBST(MODULE_ARCH) AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture") ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs