On Fri, Feb 08, 2002 at 08:27:27PM -0000, [EMAIL PROTECTED] wrote: >... > + --apr-so-ext) > + flags="$flags $APR_SO_EXT" > + ;; > + --apr-lib-target) > + flags="$flags $APR_LIB_TARGET" > ;;
I don't think you want to accumulate these into the flags. For the non-flag options, we just print and exit since it doesn't make sense to combine those types of things. Cheers, -g -- Greg Stein, http://www.lyra.org/
