[MOAB-dev] r3848 - MOAB/trunk
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed May 5 14:48:19 CDT 2010
Author: kraftche
Date: 2010-05-05 14:48:19 -0500 (Wed, 05 May 2010)
New Revision: 3848
Modified:
MOAB/trunk/configure.ac
Log:
use vsnprintf rather than vsprintf when available
Modified: MOAB/trunk/configure.ac
===================================================================
--- MOAB/trunk/configure.ac 2010-05-05 18:34:26 UTC (rev 3847)
+++ MOAB/trunk/configure.ac 2010-05-05 19:48:19 UTC (rev 3848)
@@ -47,7 +47,12 @@
AC_FC_WRAPPERS
fi
+################################################################################
+# Basic Portability Stuff
+################################################################################
+AC_CHECK_FUNC([vsnprintf],[AM_CPPFLAGS="$AM_CPPFLAGS -DHAVE_VSNPRINTF"])
+
################################################################################
# No-Namepsace (3.0) Headers
################################################################################
More information about the moab-dev
mailing list