summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-04-15 16:10:31 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-04-15 16:10:31 +0100
commitdda3bf896be9ce87b4066636cc7f94ab8030133a (patch)
treed299a4e15ae53fb3b702cd93dd77e043281d17de /configure.ac
parent98650658a7c63dfe77200709288418078a42de3f (diff)
Revert "Add crosscompiling fallbacks, from Hasso Tepper."
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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])]
)