21 lines
622 B
Text
21 lines
622 B
Text
Index: configure
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -3832,7 +3832,7 @@ do
|
|
ap_last="${ap_cur}"
|
|
ap_cur=`eval "echo ${ap_cur}"`
|
|
done
|
|
-exp_sysconfdir="${ap_cur}"
|
|
+exp_sysconfdir=%%CONFDIR%%
|
|
|
|
|
|
APACHE_VAR_SUBST="$APACHE_VAR_SUBST exp_sysconfdir"
|
|
@@ -5059,7 +5059,7 @@ APR_INCLUDEDIR=`$apr_config --includedir`
|
|
APR_INCLUDES=`$apr_config --includes`
|
|
APR_VERSION=`$apr_config --version`
|
|
apr_major_version=`echo ${APR_VERSION} | sed 's,\..*,,'`
|
|
-APR_CONFIG="$APR_BINDIR/apr-${apr_major_version}-config"
|
|
+APR_CONFIG="$apr_config"
|
|
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: " >&5
|
|
printf "%s\n" "$as_me: " >&6;}
|