2009/7/2 Anthony J. Biacco <abiacco@formatdynamics.com>:
> My previous configure line for apr-util 1.3.4 (w/apr 1.3.3) had been:
> ./configure --prefix=/opt/apps/apr --with-apr=/opt/apps/apr
> --enable-threads --enable-nonportable-atomics
> With 1.3.7 though this throws:
> config.status: executing default commands
> configure: WARNING: unrecognized options: --enable-threads,
> --enable-nonportable-atomics
>
> Have these options and their functionality been removed?
No. They never existed in APR-Util. Only 'configure' files created by
Autoconf >=2.62 print the warning about unrecognized options.
'configure' files in older versions of APR-Util were created by
Autoconf <2.62.
|