Searched refs:liteonly (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure23 --enable-liteonly compile and install lite library only [default=no]"
686 liteonly=no
689 # Check whether --enable-liteonly or --disable-liteonly was given.
692 liteonly=$enableval
695 case "$liteonly" in
700 { echo "configure: error: you can't set value \"yes\" to --enable-runidn and --enable-liteonly simultaneously, because runidn requires iconv support of generic libidnkit." 1>&2; exit 1; }
706 { echo "configure: error: You must specify yes or no to --enable-liteonly option." 1>&2; exit 1; }
725 if test "$liteonly" = yes ; then
726 { echo "configure: error: you can't set value \"yes\" to --enable-runidn and --enable-liteonly simultaneousl
[all...]

Completed in 10 milliseconds