Enlightenment CVS committal Author : xcomputerman Project : e17 Module : apps/entrance
Dir : e17/apps/entrance Modified Files: configure.in Log Message: clearenv() only available in glibc =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v retrieving revision 1.36 retrieving revision 1.37 diff -u -3 -r1.36 -r1.37 --- configure.in 7 Dec 2004 07:55:34 -0000 1.36 +++ configure.in 8 Dec 2004 17:54:22 -0000 1.37 @@ -133,6 +133,11 @@ AC_SUBST(esmart_libs) AC_SUBST(esmart_cflags) +have_clearenv=no +AC_CHECK_LIB(c, clearenv, [ + have_clearenv=yes + AC_DEFINE(HAVE_CLEARENV, 1, [clearenv() function available])]) + have_pam=no AC_CHECK_HEADERS(security/pam_appl.h, [ LIBS="$LIBS -lpam" ------------------------------------------------------- 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://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs