diff options
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 2351d0b3f0..4f549bcf1d 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -26,7 +26,7 @@ SAMBA_MAINTAINER_MODE # these are the defaults, good for lots of systems PICFLAG="-fpic" HOST_OS="$host_os" -LDSHFLAGS="-shared";; +LDSHFLAGS="-shared" # and these are for particular systems case "$host_os" in |