diff options
author | Dmitry Podgorny <pasis.ua@gmail.com> | 2013-01-05 16:34:04 +0200 |
---|---|---|
committer | Dmitry Podgorny <pasis.ua@gmail.com> | 2013-01-05 16:34:04 +0200 |
commit | 8014e9026a5f112366c519de5a83fd30ec87eab4 (patch) | |
tree | a4dfbd5bb4c4026d6e6b11e36bae7141e312f865 | |
parent | 7ae7b01e1568676a748d93a5e60da36f531927b4 (diff) | |
download | profani-tty-8014e9026a5f112366c519de5a83fd30ec87eab4.tar.gz |
autotools: removed strndup from configure.ac
strndup no longer used because of MacOS incompatibility
-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 |