From 82676162af53e9c0ba08e517228aff59041ad4bc Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 1 Jul 2003 15:16:08 +0000 Subject: fix compile problem with nisplussam (This used to be commit 2f7051e2bcaaa45a7315208fc9b5812e6ed657d9) --- source3/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 69d901cdc2..b2917500b9 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2463,7 +2463,9 @@ AC_ARG_WITH(expsam, ;; nisplussam) ## pdb_nisplussam + if test x"$ac_cv_header_rpcsvc_nis_h" = x"yes"; then default_shared_modules="$default_shared_modules pdb_nisplussam" + fi ;; *) echo "Unknown module name \"$i\"! Exiting..." -- cgit