]> granicus.if.org Git - apache/commit
It is easier to re-run configure's test and pick up the cached values
authorRoy T. Fielding <fielding@apache.org>
Sat, 12 May 2001 01:37:27 +0000 (01:37 +0000)
committerRoy T. Fielding <fielding@apache.org>
Sat, 12 May 2001 01:37:27 +0000 (01:37 +0000)
commitedc5f431abe7a46894a0e6f8bc022bf5b5736122
tree5ba9eebf03acd606c1c25eba03c939fdd279e89e
parentf5aba03766fb551cf148db74273fa21505d99bdb
It is easier to re-run configure's test and pick up the cached values
than it is to replicate them in our own macros.  This isn't too expensive
because CC and CPP have already been set by APR.  Too bad it generates
a lot of output.

Also, we don't need to repeat command-line options that are already being
handled by APR now that we use APR's generated flags.  The switches are
still usable on the command-line.

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