diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-07 04:54:42 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-07 04:54:42 +0000 |
commit | 689074409e7d20f9f3334bd5a4f8bf44876ffe90 (patch) | |
tree | 1a67d834e644b2336315737f50192c30d4866dea | |
parent | 749f3f537e53a644d5253b41af194309c36c2eb2 (diff) | |
download | samba-689074409e7d20f9f3334bd5a4f8bf44876ffe90.tar.gz samba-689074409e7d20f9f3334bd5a4f8bf44876ffe90.tar.bz2 samba-689074409e7d20f9f3334bd5a4f8bf44876ffe90.zip |
fix typo
(This used to be commit c4da5741f33f9108e01309a6734f16b1b854ea30)
-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 |