cvsdist dc2fe09
We want to be able to use --with-netlib and --enable-dns at the same time.
fde0ac5
RT#2022
cvsdist dc2fe09
--- krb5-1.3.1/src/aclocal.m4	2003-11-24 11:17:30.000000000 -0500
cvsdist dc2fe09
+++ krb5-1.3.1/src/aclocal.m4	2003-11-24 11:18:45.000000000 -0500
cvsdist dc2fe09
@@ -647,6 +647,7 @@
cvsdist dc2fe09
 	LIBS="$LIBS $withval"
cvsdist dc2fe09
 	AC_MSG_RESULT("netlib will use \'$withval\'")
cvsdist dc2fe09
   fi
cvsdist dc2fe09
+  KRB5_AC_ENABLE_DNS
cvsdist dc2fe09
 ],dnl
cvsdist dc2fe09
 [AC_LIBRARY_NET]
cvsdist dc2fe09
 )])dnl