From 8014e9026a5f112366c519de5a83fd30ec87eab4 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sat, 5 Jan 2013 16:34:04 +0200 Subject: [PATCH] autotools: removed strndup from configure.ac strndup no longer used because of MacOS incompatibility --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 001d9ca1..dff04a58 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,7 @@ AC_SUBST(AM_CPPFLAGS) # Checks for library functions. AC_FUNC_MALLOC -AC_CHECK_FUNCS([atexit memset strdup strndup strstr]) +AC_CHECK_FUNCS([atexit memset strdup strstr]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT