From dda3bf896be9ce87b4066636cc7f94ab8030133a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 15 Apr 2021 16:10:31 +0100 Subject: Revert "Add crosscompiling fallbacks, from Hasso Tepper." This reverts commit bb6242675ad0c7447daef148fffced882e5b4a61. --- configure.ac | 2 -- 1 file changed, 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])] ) -- cgit