From 22ec54074f0335ea31dc0903fd2b1568a9bdab00 Mon Sep 17 00:00:00 2001 From: Oscar Koeroo Date: Mon, 11 Jun 2012 16:55:42 +0200 Subject: [PATCH] Fixing a compile problem that hits the #error in the cpp on the strdup and snprintf. Using the i686-apple-darwin10-gcc-4.2.1 compiler on OSX 10.6 (Snow Leopard). --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b2c3cbe..ecc9c71 100644 --- a/configure.in +++ b/configure.in @@ -27,7 +27,7 @@ AC_FUNC_VPRINTF AC_FUNC_MEMCMP AC_FUNC_MALLOC AC_FUNC_REALLOC -AC_CHECK_FUNCS(strndup strerror vsnprintf vasprintf open vsyslog strncasecmp) +AC_CHECK_FUNCS(strndup strerror vsnprintf vasprintf open vsyslog strncasecmp strdup snprintf) AM_PROG_LIBTOOL