Skip to content

Commit f9ebc68

Browse files
committed
configure: Remove check for include file string.h
It is not needed as there is already check for C99.
1 parent 19509a8 commit f9ebc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AC_CHECK_LIB(readline, readline, [ ])
1919

2020
dnl Checks for header files.
2121
AC_HEADER_STDC
22-
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h getopt.h string.h readline/readline.h)
22+
AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h getopt.h readline/readline.h)
2323

2424
dnl Checks for typedefs, structures, and compiler characteristics.
2525
AC_C_INLINE

0 commit comments

Comments
 (0)