summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
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