From 689074409e7d20f9f3334bd5a4f8bf44876ffe90 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 7 Oct 1998 04:54:42 +0000 Subject: fix typo (This used to be commit c4da5741f33f9108e01309a6734f16b1b854ea30) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 -- cgit