diff options
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 7f507057bc..57806a6f89 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -614,7 +614,7 @@ bin/smbwrapper.32.@SHLIBEXT@: $(PICOBJS32) @$(LD) -32 @LDSHFLAGS@ -o $@ $(PICOBJS32) $(LIBS) bin/libsmbclient: $(LIBSMBCLIENT_PICOBJS) - -if [ $(BLDSHARED) ]; then \ + -if [ $(BLDSHARED) = true ]; then \ echo Linking libsmbclient shared library $@.@SHLIBEXT@; \ $(LD) @LDSHFLAGS@ -o $@.@SHLIBEXT@ $(LIBSMBCLIENT_PICOBJS) $(LIBS); \ fi |