summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2010-11-22 13:53:48 -0500
committerNalin Dahyabhai <nalin@redhat.com>2010-11-22 13:53:48 -0500
commit321b42f6a03724c6ba00d00be7c70960ab446606 (patch)
tree3b8cf9ba43bbe3e5e82b75e139742b9faaed3bdf
parent608d05efbdab5269d8c372594be59a63cd385799 (diff)
downloadslapi-nis-321b42f6a03724c6ba00d00be7c70960ab446606.tar.gz
slapi-nis-321b42f6a03724c6ba00d00be7c70960ab446606.tar.xz
slapi-nis-321b42f6a03724c6ba00d00be7c70960ab446606.zip
- update news
- whoops, there's no asyncns support
-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"`