mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:03:06 +03:00
configure: s/AC_RUN_IFELSE/CURL_RUN_IFELSE
fix a few leftovers Fixes #3006 Closes #3049
This commit is contained in:
parent
063f9a4c8b
commit
5616c1df28
3 changed files with 11 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue