diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-09-26 14:16:03 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-26 18:51:34 +0200 |
commit | 5616c1df285bef32e879f5e29fdf28c062e6506d (patch) | |
tree | 4cd2a9dc893f6652780e4a9a0c0a2cc49b94e279 /acinclude.m4 | |
parent | 063f9a4c8bab1e0bd844729124e8b7a4674682ba (diff) | |
download | curl-5616c1df285bef32e879f5e29fdf28c062e6506d.tar.gz |
configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE
fix a few leftovers
Fixes #3006
Closes #3049
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 355ee3a61..13b9e6b44 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1664,7 +1664,7 @@ AC_DEFUN([CURL_CHECK_LIBS_CLOCK_GETTIME_MONOTONIC], [ if test "x$cross_compiling" != "xyes" && test "$curl_func_clock_gettime" = "yes"; then AC_MSG_CHECKING([if monotonic clock_gettime works]) - AC_RUN_IFELSE([ + CURL_RUN_IFELSE([ AC_LANG_PROGRAM([[ #ifdef HAVE_STDLIB_H #include <stdlib.h> |