]> granicus.if.org Git - apache/commitdiff
We cannot set the SUEXEC_BIN directory from autoconf, because all of the
authorRyan Bloom <rbb@apache.org>
Wed, 27 Dec 2000 23:24:53 +0000 (23:24 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 27 Dec 2000 23:24:53 +0000 (23:24 +0000)
instructions say that in order to modify this variable, you have to modify
httpd.h

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87536 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index fe1ef6713e1ba402d3a86bbd341d34581162501b..2951ca84a08a526356bf6745132d602c6f0a9996 100644 (file)
@@ -265,7 +265,6 @@ echo $MODLIST | $AWK -f $srcdir/build/build-modules-c.awk > modules.c
 AC_OUTPUT_COMMANDS([
 echo '/* Generated by configure */' > ${path_h}.new
 echo "#define HTTPD_ROOT \"$prefix\"" >> ${path_h}.new
-echo "#define SUEXEC_BIN \"$bindir/suexec\"" >> ${path_h}.new
 echo "#define SERVER_CONFIG_FILE \"conf/$progname.conf\"" >> ${path_h}.new
 echo "#define APACHE_MPM_DIR \"$mpmdir\"" >> ${path_h}.new