diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-15 16:10:31 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-15 16:10:31 +0100 |
commit | dda3bf896be9ce87b4066636cc7f94ab8030133a (patch) | |
tree | d299a4e15ae53fb3b702cd93dd77e043281d17de | |
parent | 98650658a7c63dfe77200709288418078a42de3f (diff) | |
download | rtmux-dda3bf896be9ce87b4066636cc7f94ab8030133a.tar.gz rtmux-dda3bf896be9ce87b4066636cc7f94ab8030133a.tar.bz2 rtmux-dda3bf896be9ce87b4066636cc7f94ab8030133a.zip |
Revert "Add crosscompiling fallbacks, from Hasso Tepper."
This reverts commit bb6242675ad0c7447daef148fffced882e5b4a61.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 79e0c4c0..4175f5c8 100644 --- a/configure.ac +++ b/configure.ac @@ -163,7 +163,6 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM( [return (reallocarray(NULL, 1, 1) == NULL);] )], AC_MSG_RESULT(yes), - [AC_LIBOBJ(reallocarray) AC_MSG_RESULT([no])], [AC_LIBOBJ(reallocarray) AC_MSG_RESULT([no])] ) AC_MSG_CHECKING([for working recallocarray]) @@ -172,7 +171,6 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM( [return (recallocarray(NULL, 1, 1, 1) == NULL);] )], AC_MSG_RESULT(yes), - [AC_LIBOBJ(recallocarray) AC_MSG_RESULT([no])], [AC_LIBOBJ(recallocarray) AC_MSG_RESULT([no])] ) |