Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Use (v)snprintf from libc when available + assiociated fixups.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- configure.in        16 Nov 2003 19:44:01 -0000      1.71
+++ configure.in        9 Dec 2003 20:25:16 -0000       1.72
@@ -54,6 +54,7 @@
 AC_CHECK_FUNCS(getcwd)
 AC_CHECK_FUNCS(mkdir)
 AC_CHECK_FUNCS(snprintf)
+AM_CONDITIONAL(USE_ESNPRINTF, test "x$ac_cv_func_snprintf" != "xyes")
 AC_CHECK_FUNCS(strcasecmp)
 AC_CHECK_FUNCS(setenv)
 




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to