We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19509a8 commit f9ebc68Copy full SHA for f9ebc68
1 file changed
configure.ac
@@ -19,7 +19,7 @@ AC_CHECK_LIB(readline, readline, [ ])
19
20
dnl Checks for header files.
21
AC_HEADER_STDC
22
-AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h getopt.h string.h readline/readline.h)
+AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h getopt.h readline/readline.h)
23
24
dnl Checks for typedefs, structures, and compiler characteristics.
25
AC_C_INLINE
0 commit comments