summaryrefslogtreecommitdiff
path: root/config/no-executables.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/no-executables.m4')
-rw-r--r--config/no-executables.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/config/no-executables.m4 b/config/no-executables.m4
index c4d0b70c375..54e5a024288 100644
--- a/config/no-executables.m4
+++ b/config/no-executables.m4
@@ -59,11 +59,3 @@ fi)
m4_divert_pop()dnl
])# GCC_NO_EXECUTABLES
-
-# Use the strongest available test out of AC_TRY_COMPILE and AC_TRY_LINK.
-AC_DEFUN([GCC_TRY_COMPILE_OR_LINK],
-[if test x$gcc_no_link = xyes; then
- AC_TRY_COMPILE([$1], [$2], [$3], [$4])
-else
- AC_TRY_LINK([$1], [$2], [$3], [$4])
-fi])