summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-07 10:57:51 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-07 10:57:51 +0000
commitf92383689a6ee62c71553f12c633f1aadb32065e (patch)
tree43313a5a59c6625b3d7c2f1923b5c3ec0a60d1ef
parentfda52c6fd1ff0c46948bff7156742dab1dd1eacd (diff)
downloadsamba-f92383689a6ee62c71553f12c633f1aadb32065e.tar.gz
SunOS doesn't need any ld flags
-rw-r--r--source/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 47c7c843f9d..998479cadb1 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -33,7 +33,9 @@ case "$host_os" in
*linux*) AC_DEFINE(LINUX);;
*solaris*) AC_DEFINE(SUNOS5)
LDSHFLAGS="-G";;
- *sunos*) AC_DEFINE(SUNOS4);;
+ *sunos*) AC_DEFINE(SUNOS4)
+ LDSHFLAGS=""
+ ;;
*irix*) AC_DEFINE(IRIX)
WRAP32=smbwrapper/smbwrapper.32.so
PICFLAG="-KPIC"