blob: bcbefb1e518c985be45d3ee9e30c43768ad946d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/configure.ac b/configure.ac
index 77be7a2..12696fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -939,7 +939,7 @@ AC_SUBST(FCTSH)
# specifications; not checking for other features like %zx at present.
AC_MSG_CHECKING(for POSIX printf positional specification support)
AC_CACHE_VAL(ac_cv_printf_positional,
-[AC_RUN_IFELSE(
+[AC_COMPILE_IFELSE(
[AC_LANG_SOURCE(
[[#include <stdio.h>
#include <string.h>
|