X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/0683223aa93d14e4b1d0620010392c518a3a6392..d4efbcd93c940ad522fcf8c601ec1829d2e0b10d:/configure.in diff --git a/configure.in b/configure.in index 6dfd734..64d63c4 100644 --- a/configure.in +++ b/configure.in @@ -15,12 +15,12 @@ dnl mLib is free software; you can redistribute it and/or modify dnl it under the terms of the GNU Library General Public License as dnl published by the Free Software Foundation; either version 2 of the dnl License, or (at your option) any later version. -dnl +dnl dnl mLib is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU Library General Public License for more details. -dnl +dnl dnl You should have received a copy of the GNU Library General Public dnl License along with mLib; if not, write to the Free dnl Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, @@ -43,7 +43,7 @@ DEPLIBS=$LIBS AC_SUBST(DEPLIBS) BRES_LIBEXEC="bres\$(EXEEXT)" BRES_SOURCE="bres" AC_SUBST(BRES_LIBEXEC) AC_SUBST(BRES_SOURCE) AC_ARG_WITH(adns, -[ --with-adns use ADNS library for background name resolution], +[ --with-adns use ADNS library for background name resolution], [want_adns=$withval], [want_adns=auto]) if test $want_adns != no; then save_LIBS=$LIBS