summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2001-07-24 00:34:45 +0000
committerRichard Sharpe <sharpe@samba.org>2001-07-24 00:34:45 +0000
commita4947d1f45b0ddcddfd6f77d130e510820a95a40 (patch)
treee484e6b31b334e22a734654e7ae5e7394607841d /source3/configure.in
parent15f3232da1495aa637091b41a782e60ca05d25d1 (diff)
downloadsamba-a4947d1f45b0ddcddfd6f77d130e510820a95a40.tar.gz
samba-a4947d1f45b0ddcddfd6f77d130e510820a95a40.tar.bz2
samba-a4947d1f45b0ddcddfd6f77d130e510820a95a40.zip
Another fine mess, err, fine tune to the Slowaris build ...
(This used to be commit e8ee01eb779c1971fa269840cb14d2207b9d8569)
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 ccfdd619b6..91e3135418 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -625,14 +625,13 @@ case "$host_os" in
;;
*solaris*) AC_DEFINE(SUNOS5)
BLDSHARED="true"
+ LDSHFLAGS="-Wl,-h,\$@.so -G"
if test "${ac_cv_prog_CC}" = "gcc"; then
PICFLAG="-fPIC"
- LDSHFLAGS="-shared"
else
PICFLAG="-KPIC -xO4"
POBAD_CC=""
PICSUFFIX="po.o"
- LDSHFLAGS="-Wl,-h,\$@ -G"
fi
;;
*sunos*) AC_DEFINE(SUNOS4)