treewide: Make explicit that 'dev' output of apacheHttpd is used
This commit is contained in:
committed by
Vladimír Čunát
parent
4e6b45d0a0
commit
16cc4ac83b
@@ -39,7 +39,7 @@ let
|
||||
|
||||
configureFlags = ''
|
||||
${if bdbSupport then "--with-berkeley-db" else "--without-berkeley-db"}
|
||||
${if httpServer then "--with-apxs=${apacheHttpd}/bin/apxs" else "--without-apxs"}
|
||||
${if httpServer then "--with-apxs=${apacheHttpd.dev}/bin/apxs" else "--without-apxs"}
|
||||
${if pythonBindings || perlBindings then "--with-swig=${swig}" else "--without-swig"}
|
||||
${if javahlBindings then "--enable-javahl --with-jdk=${jdk}" else ""}
|
||||
--disable-keychain
|
||||
|
||||
Reference in New Issue
Block a user