chiark / gitweb /
cleanup: All the whitespace fixes, all at once.
[mLib] / configure.in
index 6dfd734c2a640425f6d31007b75e18f7d397ab46..64d63c417bc797a813f1d9b93343755a4c269511 100644 (file)
@@ -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