diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |