Skip to content

Commit

Permalink
configure: Remove check for include file string.h
Browse files Browse the repository at this point in the history
It is not needed as there is already check for C99.
  • Loading branch information
pali committed Dec 21, 2018
1 parent 19509a8 commit f9ebc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ AC_CHECK_LIB(readline, readline, [ ])

dnl Checks for header files.
AC_HEADER_STDC
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)

dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_INLINE
Expand Down

0 comments on commit f9ebc68

Please sign in to comment.