summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-13 01:05:25 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-13 01:05:25 +0000
commit0cbb7560a3ba81d19a211cc29d46cb8a2790e14b (patch)
treeb2c5e2e7e71c7280cd3338a1a89247f5cb313d8a /source3/configure.in
parente5d9a4f4e3c8c278f36ae6e9900012b0840518d3 (diff)
downloadsamba-0cbb7560a3ba81d19a211cc29d46cb8a2790e14b.tar.gz
samba-0cbb7560a3ba81d19a211cc29d46cb8a2790e14b.tar.bz2
samba-0cbb7560a3ba81d19a211cc29d46cb8a2790e14b.zip
fixed compile for FreeBSD
(This used to be commit 78e63e17c59de68200308641dce7c413520a2980)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index a52b02fe87..0cadeac0a6 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -37,8 +37,7 @@ case "$host_os" in
*sunos*) AC_DEFINE(SUNOS4)
LDSHFLAGS=""
;;
- *bsd*) AC_DEFINE(BSD)
- LDSHFLAGS="-shared -Bshareable"
+ *bsd*) LDSHFLAGS="-shared -Bshareable"
;;
*irix*) AC_DEFINE(IRIX)
WRAP32=bin/smbwrapper.32.so