summaryrefslogtreecommitdiffstats
path: root/source/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
commit78e63e17c59de68200308641dce7c413520a2980 (patch)
tree18d041d6682f7eef61e906ad8ee7b68f24037bc4 /source/configure.in
parentb93f686655e871d7bfec9c7601cf3c175008041a (diff)
downloadsamba-78e63e17c59de68200308641dce7c413520a2980.tar.gz
samba-78e63e17c59de68200308641dce7c413520a2980.tar.xz
samba-78e63e17c59de68200308641dce7c413520a2980.zip
fixed compile for FreeBSD
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/configure.in b/source/configure.in
index a52b02fe871..0cadeac0a67 100644
--- a/source/configure.in
+++ b/source/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