diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-07 05:02:37 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-07 05:02:37 +0000 |
commit | 39e9d06e45c4800d3ae225b1de43a9447dbe1d12 (patch) | |
tree | bca8ae21dfd5df4584506d22b4f50f4950f644bd | |
parent | 689074409e7d20f9f3334bd5a4f8bf44876ffe90 (diff) | |
download | samba-39e9d06e45c4800d3ae225b1de43a9447dbe1d12.tar.gz samba-39e9d06e45c4800d3ae225b1de43a9447dbe1d12.tar.bz2 samba-39e9d06e45c4800d3ae225b1de43a9447dbe1d12.zip |
reran autoconf
(This used to be commit 50526c45ba7920b15b6947edc8bc714a00d80f79)
-rwxr-xr-x | source3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure index e8898a5b8b..adeda77b41 100755 --- a/source3/configure +++ b/source3/configure @@ -1043,7 +1043,7 @@ fi # 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 |