summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2018-08-30 21:08:28 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2018-08-30 21:08:28 +0000
commit232cd26685361833b19d0dbe5d567abe02e005a7 (patch)
treebc2ea7f911f1dac0341d29d9ac5ec772a575fc06 /configure.in
parent65d947c6caef4f1d8e6eacb23607922d37268e91 (diff)
downloadapr-232cd26685361833b19d0dbe5d567abe02e005a7.tar.gz
Revert 1839627, this macro does not result in a usable CC_FOR_BUILD
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839699 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 242b01654..58bd7983c 100644
--- a/configure.in
+++ b/configure.in
@@ -196,9 +196,6 @@ 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],