Commit a6dd7e04 authored by Greg Ames's avatar Greg Ames
Browse files

look for config.guess in apr's build dir


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90650 13f79535-47bb-0310-9956-ffa450edef68
parent 81026094
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
# This script falls under the Apache License.
# See http://www.apache.org/docs/LICENSE

OS=`./config.guess`
OS=`./srclib/apr/build/config.guess`
CONFIGPARAM="--with-layout=BinaryDistribution --prefix=`pwd`/bindist"
APDIR=`pwd`
APDIR=`basename $APDIR`