diff --git a/build/configure.ac.system b/build/configure.ac.system index 076dc8fa4..d6fb14ebe 100644 --- a/build/configure.ac.system +++ b/build/configure.ac.system @@ -109,7 +109,7 @@ AC_CHECK_HEADERS([libgen.h byteswap.h signal.h setjmp.h fenv.h sys/wait.h]) AC_CHECK_FUNCS([ctime_r localtime_r gmtime_r drand48 flockfile funlockfile getline link strndup]) dnl Check if the runtime platform is a native Win32 host. -AC_COMPILE_IFELSE([AC_LANG_SOURCE([], [[ +AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [[ #ifdef _WIN32 choke me #endif