summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8dac9bf..1536629 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
0.18 * Check that the search base is serviced by a real backend before
we'll attempt to participate in a search request.
+ * Add a deref_rf function which works like deref_r but also applies
+ filters at each step of the way.
0.17 * Actually send portmap registrations to the right address.
0.16 * Fix NIS server startup problem when no listening port is explicitly
configured and we're using portmap instead of rpcbind (#500903).
diff --git a/configure.ac b/configure.ac
index 892a43d..1bbd107 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,6 +114,7 @@ LIBS="$LIBS $TIRPC_LIBS $RPC_LIBS"
AC_CHECK_FUNCS(clnttcp6_create)
LIBS="$savedlibs"
+if false ; then
AC_ARG_WITH(asyncns,
AS_HELP_STRING([--with-asyncns=AUTO], [use libasyncns to back-end hosts maps]),
use_asyncns=$withval,
@@ -136,6 +137,7 @@ else
fi
AC_SUBST(ASYNCNS_CFLAGS)
AC_SUBST(ASYNCNS_LIBS)
+fi
mylibdir=`eval echo "$libdir" | sed "s,NONE,${ac_default_prefix},g"`
mylibdir=`eval echo "$mylibdir" | sed "s,NONE,${ac_prefix},g"`