summaryrefslogtreecommitdiffstats
path: root/source/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
commite8ee01eb779c1971fa269840cb14d2207b9d8569 (patch)
treefe0820147484e6a92df28e2701ade70c3a1f0f95 /source/configure.in
parentea1a70fb42b3537524bbbf19b2d41a499411ff4e (diff)
downloadsamba-e8ee01eb779c1971fa269840cb14d2207b9d8569.tar.gz
samba-e8ee01eb779c1971fa269840cb14d2207b9d8569.tar.xz
samba-e8ee01eb779c1971fa269840cb14d2207b9d8569.zip
Another fine mess, err, fine tune to the Slowaris build ...
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 ccfdd619b60..91e31354186 100644
--- a/source/configure.in
+++ b/source/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)