Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : epplets

Dir     : e16/epplets


Modified Files:
        configure.in 


Log Message:
Use libc snprintf if available.

===================================================================
RCS file: /cvs/e/e16/epplets/configure.in,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- configure.in        18 Mar 2007 04:49:48 -0000      1.47
+++ configure.in        18 Mar 2007 22:29:36 -0000      1.48
@@ -86,7 +86,9 @@
 
 dnl# Checks for library functions.
 AC_TYPE_SIGNAL
-dnl#AC_CHECK_FUNCS()
+AC_CHECK_FUNCS(snprintf, x=1, x=0)
+AC_SUBST(HAVE_SNPRINTF, $x)
+AM_CONDITIONAL(BUILD_SNPRINTF, test "x$x" = "x0")
 
 # ok enlightenment d00ds want to ignore civilization and install
 # everything in one place. The rest of use prefer sanity.



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to