On 28 Jan 2001 [EMAIL PROTECTED] wrote: | + *) Replace configure --with-optim option by using the environment | + variable OPTIM instead. This is needed because configure options | + do not support multiple flags separated by spaces. [Roy Fielding] | +
Sure it can support multiple flags. If I do: ./configure --with-optim="-O2 -O2" It will work... make[4]: Entering directory `/local/src/apache-dev/httpd-2.0/srclib/apr/lib' /bin/sh /local/src/apache-dev/httpd-2.0/srclib/apr/libtool --mode=compile --silent gcc -DSOLARIS2=8 -pthreads -pthreads -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -O2 -O2 -I../include -I../include/arch/unix -I../include/arch/unix -c apr_pools.c && touch apr_pools.lo /dale
