These options aren't valid for apr-util configure

configure: WARNING: unrecognized options: --disable-shared, --with-pic
This commit is contained in:
Brian West 2014-03-05 06:18:40 -06:00
parent 783a4083ed
commit 49fe796dab
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /bin/sh
srcpath=$(dirname $0 2>/dev/null ) || srcpath="."
$srcpath/configure "$@" --with-apr=../apr --disable-shared --with-pic --without-sqlite2 --without-sqlite3 --with-expat=builtin
$srcpath/configure "$@" --with-apr=../apr --without-sqlite2 --without-sqlite3 --with-expat=builtin