Fix crosscompiling, Marco A L Barbosa.

pull/2763/head
Nicholas Marriott 2021-06-22 12:16:48 +01:00
parent 3dfb77416f
commit b1a8c0fe02
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM(
[return (strtonum("0", 0, 1, NULL) == 0 ? 0 : 1);]
)],
[AC_DEFINE(HAVE_STRTONUM) AC_MSG_RESULT(yes)],
[AC_LIBOBJ(strtonum) AC_MSG_RESULT(no)],
[AC_LIBOBJ(strtonum) AC_MSG_RESULT(no)]
)