summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-16 18:20:02 +0200
committerVolker Lendecke <vl@samba.org>2009-05-16 19:22:03 +0200
commit31a2347a0af9a6f36c3f02d25327146659ee343f (patch)
treec9e8466b8448d791bb5ea18f8e5204e627ac3853 /source3/configure.in
parent91aea36bbf0aad99cfe9062eb61cb3335a8342a1 (diff)
downloadsamba-31a2347a0af9a6f36c3f02d25327146659ee343f.tar.gz
samba-31a2347a0af9a6f36c3f02d25327146659ee343f.tar.bz2
samba-31a2347a0af9a6f36c3f02d25327146659ee343f.zip
Fix static linking of vfs_notify_fam
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 8adf24e6ef..acbefe6d7b 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6181,6 +6181,11 @@ MODULE_idmap_nss=STATIC
MODULE_nss_info_template=STATIC
+if test x"$MODULE_vfs_notify_fam" = xSTATIC ; then
+ SMBD_FAM_LIBS="$SMB_FAM_LIBS"
+ AC_SUBST(SMBD_FAM_LIBS)
+fi
+
AC_ARG_WITH(static-modules,
[AS_HELP_STRING([--with-static-modules=MODULES], [Comma-separated list of names of modules to statically link in])],
[ if test $withval; then