From 5616c1df285bef32e879f5e29fdf28c062e6506d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 26 Sep 2018 14:16:03 +0200 Subject: configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE fix a few leftovers Fixes #3006 Closes #3049 --- m4/curl-compilers.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/curl-compilers.m4') diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4 index 3b174abc3..641804321 100644 --- a/m4/curl-compilers.m4 +++ b/m4/curl-compilers.m4 @@ -513,7 +513,7 @@ AC_DEFUN([CURL_COMPILER_WORKS_IFELSE], [ dnl only do runtime verification when not cross-compiling if test "x$cross_compiling" != "xyes" && test "$tmp_compiler_works" = "yes"; then - AC_RUN_IFELSE([ + CURL_RUN_IFELSE([ AC_LANG_PROGRAM([[ # ifdef __STDC__ # include -- cgit v1.2.3