diff options
Diffstat (limited to 'examples/VFS/configure.in')
-rw-r--r-- | examples/VFS/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/VFS/configure.in b/examples/VFS/configure.in index e96101b091..b8e10d482b 100644 --- a/examples/VFS/configure.in +++ b/examples/VFS/configure.in @@ -182,6 +182,10 @@ PICFLAGS="" PICSUFFIX="po" SHLIBEXT="so" +# Since we are not embedded in the Samba tree, building shared modules is +# really the only option. +enable_shared=yes + if test "$enable_shared" = "yes"; then # this bit needs to be modified for each OS that is suported by # smbwrapper. You need to specify how to created a shared library and |