diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-06-22 12:16:48 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-06-22 12:16:48 +0100 |
commit | b1a8c0fe022e99cffb0fb4f321740464f35bc6b9 (patch) | |
tree | f7f106281ced64e9325660ae2d5ba031ece51f30 | |
parent | 3dfb77416ffd832061b1b6d40259595ea5e21778 (diff) | |
download | rtmux-b1a8c0fe022e99cffb0fb4f321740464f35bc6b9.tar.gz rtmux-b1a8c0fe022e99cffb0fb4f321740464f35bc6b9.tar.bz2 rtmux-b1a8c0fe022e99cffb0fb4f321740464f35bc6b9.zip |
Fix crosscompiling, Marco A L Barbosa.
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f6bdd3c7..30b4d370 100644 --- a/configure.ac +++ b/configure.ac @@ -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)] ) |