diff options
author | NIIBE Yutaka <[email protected]> | 2021-08-05 05:11:08 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2021-08-05 05:11:08 +0000 |
commit | 669c76ee28c0b10c418bb47f95b1401631478c5a (patch) | |
tree | 4b895d5533acc92e9f5c0f619a125212ac139df3 /configure.ac | |
parent | build: _DARWIN_C_SOURCE should be 1. (diff) | |
download | libassuan-669c76ee28c0b10c418bb47f95b1401631478c5a.tar.gz libassuan-669c76ee28c0b10c418bb47f95b1401631478c5a.zip |
build: Simplify configure.ac.
* configure.ac (AC_CHECK_HEADERS): Remove string.h.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4f68223..bc1c23a 100644 --- a/configure.ac +++ b/configure.ac @@ -337,7 +337,7 @@ AC_SUBST(LIBASSUAN_CONFIG_API_VERSION) # Checks for header files. # AC_HEADER_STDC -AC_CHECK_HEADERS([string.h locale.h sys/uio.h stdint.h inttypes.h \ +AC_CHECK_HEADERS([locale.h sys/uio.h stdint.h inttypes.h \ sys/types.h sys/stat.h unistd.h sys/time.h fcntl.h \ sys/select.h ucred.h sys/ucred.h]) AC_TYPE_UINTPTR_T |