summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2018-08-30 21:09:43 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2018-08-30 21:09:43 +0000
commit6aa6b1c6e2c340e5bfe1e2b58951a3ccb03d77bd (patch)
tree69f86a19a62e2d32f569cd22f4f07c22aaef83ee /configure.in
parent232cd26685361833b19d0dbe5d567abe02e005a7 (diff)
downloadapr-6aa6b1c6e2c340e5bfe1e2b58951a3ccb03d77bd.tar.gz
Revert 1839699, this contained unintended, additional noise. Re-correcting.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 58bd7983c..242b01654 100644
--- a/configure.in
+++ b/configure.in
@@ -196,6 +196,9 @@ dnl can only be used once within a configure script, so this prevents a
dnl preload section from invoking the macro to get compiler info.
AC_PROG_CC
+dnl Check build CC for gen_test_char compiling which is executed at build time.
+AX_PROG_CC_FOR_BUILD
+
dnl AC_PROG_SED is only avaliable in recent autoconf versions.
dnl Use AC_CHECK_PROG instead if AC_PROG_SED is not present.
ifdef([AC_PROG_SED],