summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorKaspar Brand <kbrand@apache.org>2012-09-16 08:16:35 +0200
committerKaspar Brand <kbrand@apache.org>2012-09-16 08:16:35 +0200
commit5eb4537e2afdfdfb308efc7efd5de351bba45cba (patch)
tree6cf62ffcee99be4d2aa00be03ea6ea3f95bfdbbd /configure.in
parentSpin off module-specific build options into separate build vars. (diff)
downloadapache2-5eb4537e2afdfdfb308efc7efd5de351bba45cba.tar.xz
apache2-5eb4537e2afdfdfb308efc7efd5de351bba45cba.zip
revert r1385214, as I inadvertently left out acinclude.m4.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1385215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index c4c17591ce..4ae175106b 100644
--- a/configure.in
+++ b/configure.in
@@ -644,8 +644,8 @@ if test "$enable_pie" = "yes"; then
AC_ERROR([--enable-pie requested but $CC failed using PIE flags])
fi
fi
-APACHE_SUBST(PICFLAGS)
-APACHE_SUBST(PILDFLAGS)
+AC_SUBST(PICFLAGS)
+AC_SUBST(PILDFLAGS)
prefix="$orig_prefix"
APACHE_ENABLE_MODULES