git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7001e2
)
SunOS doesn't need any ld flags
author
Andrew Tridgell
<tridge@samba.org>
Wed, 7 Oct 1998 10:57:51 +0000
(10:57 +0000)
committer
Andrew Tridgell
<tridge@samba.org>
Wed, 7 Oct 1998 10:57:51 +0000
(10:57 +0000)
(This used to be commit
f92383689a6ee62c71553f12c633f1aadb32065e
)
source3/configure.in
patch
|
blob
|
history
diff --git
a/source3/configure.in
b/source3/configure.in
index 47c7c843f9d040ea337650ea62e6c219949b3b65..998479cadb11d5f9b6be6d27f155ae98ff60b05e 100644
(file)
--- a/
source3/configure.in
+++ b/
source3/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"