]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Force --with-optim and --with-port to have argument values, since
authorRoy T. Fielding <fielding@apache.org>
Sun, 28 Jan 2001 06:46:23 +0000 (06:46 +0000)
committerRoy T. Fielding <fielding@apache.org>
Sun, 28 Jan 2001 06:46:23 +0000 (06:46 +0000)
commita5bf6c3cd21b00413dbe8ea275e557bf989658d7
treeccfb42ed897a9135f606df1cd1a5a7319d1e5cc5
parentf233072b5d29da65e2644d404e7f250303d88d7d
Force --with-optim and --with-port to have argument values, since
they result in later compile errors otherwise.

I would have removed --with-optim in favor of just setting it with
an environment variable, but then it wouldn't be saved in config.nice.
A better solution is needed because these arguments can only accept
a single value (quotes and spaces are stripped).  Perhaps setting
OPTIM within config.nice?  First things first.

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