diff options
author | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 16:32:34 +0100 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 16:32:37 +0100 |
commit | 8685d23225f536920b0d4b007c148946e3289beb (patch) | |
tree | d1b43f0eed46df28050c82cde8e98fe8de071e5c /configure.ac | |
parent | 36c9b93cfec19efdbc6600b85dac4a2b2e841013 (diff) |
configure.ac: remove check for strdup()
it was being used unconditionally anyway.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 74220a2..8701ad9 100644 --- a/configure.ac +++ b/configure.ac @@ -143,7 +143,6 @@ AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_FUNC_MALLOC AC_FUNC_REALLOC -AC_CHECK_FUNCS([strdup]) AC_CHECK_FUNCS([strlcpy strlcat setgroups]) dnl Enable extra warnings |