1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

autotools: removed strndup from configure.ac

strndup no longer used because of MacOS incompatibility
This commit is contained in:
Dmitry Podgorny 2013-01-05 16:34:04 +02:00
parent 7ae7b01e15
commit 8014e9026a

View File

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