mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
autotools: removed strndup from configure.ac
strndup no longer used because of MacOS incompatibility
This commit is contained in:
parent
7ae7b01e15
commit
8014e9026a
@ -75,7 +75,7 @@ AC_SUBST(AM_CPPFLAGS)
|
|||||||
|
|
||||||
# Checks for library functions.
|
# Checks for library functions.
|
||||||
AC_FUNC_MALLOC
|
AC_FUNC_MALLOC
|
||||||
AC_CHECK_FUNCS([atexit memset strdup strndup strstr])
|
AC_CHECK_FUNCS([atexit memset strdup strstr])
|
||||||
|
|
||||||
AC_CONFIG_FILES([Makefile])
|
AC_CONFIG_FILES([Makefile])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user