X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=44d10cf666197d75b61233cff26e6d4dec69c25a;hb=a7499fb388e73b2d71f880be054c603fed324a0e;hp=4e88a267e6dd8f710ed9b7e8f3e3767d50ac6b2f;hpb=c6a59a5a3f0eb7a0e81beeb948d8a31b17462efe;p=collectd.git diff --git a/configure.ac b/configure.ac index 4e88a267..44d10cf6 100644 --- a/configure.ac +++ b/configure.ac @@ -115,7 +115,7 @@ then AC_DEFINE(_REENTRANT, 1, [Define to enable reentrancy interfaces.]) AC_MSG_CHECKING([whether compiler builds 64bit binaries]) - AC_PREPROC_IFELSE([AC_LANG_PROGRAM([ + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([ #ifndef _LP64 # error "Compiler not in 64bit mode." #endif