Skip to content

Commit

Permalink
* configure.ac: Use AC_MSG_WARN instead of AC_MSG_ERROR to show error…
Browse files Browse the repository at this point in the history
… of checking for header files.
  • Loading branch information
arakiken committed Jan 19, 2025
1 parent f2683ce commit 5248685
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 @@ -280,7 +280,7 @@ AC_CHECK_HEADERS(m4_normalize([
unistd.h
wchar.h
wctype.h
]), [], [AC_MSG_ERROR([Missing required header file.])])
]), [], [AC_MSG_WARN([Missing required header file.])])

AC_CHECK_HEADERS([pty.h util.h libutil.h paths.h])
AC_CHECK_HEADERS([endian.h sys/endian.h])
Expand Down

0 comments on commit 5248685

Please sign in to comment.