Browse Source

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).

pull/32/head
Oscar Koeroo 13 years ago
parent
commit
22ec54074f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      configure.in

+ 1
- 1
configure.in View File

@@ -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



Loading…
Cancel
Save