In message <4ae1b27d.7080...@kirkb.net>, Kirk writes:
> OS == Solaris 9
> Compilers == Sun or GCC
> 
> Anyone know what causes these warnings?
> 
> ./configure --with-openssl=no --with-libxml2=/usr/local --disable-threads
> 
> <snip to last line of configure output>
> configure: WARNING: Unrecognized options: --with-openssl, --with-libxml2
> 
> or
> 
> 
> ./configure --without-openssl --with-libxml2=/usr/local --disable-threads
> 
> <snip to last line of configure output>
> configure: WARNING: Unrecognized options: --without-openssl, --with-libxml2
> 

Ignore them.  The two configure scripts (configure and lib/bind/configure)
got built with different versions of autoconf.  The messages come from
lib/bind/configure which doesn't need have these switches.

Mark
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: ma...@isc.org
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to