summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2001-08-06 08:52:39 +0000
committerRichard Sharpe <sharpe@samba.org>2001-08-06 08:52:39 +0000
commitc2316f4c2d1ef69436f8e65783a480938d0478bc (patch)
tree7fb4c1c5b22e2e4959e66c5a7e8cefe13c8e1593 /source3/configure.in
parent4acf4dfe19001704c18246e8b71700756a3bb6a9 (diff)
downloadsamba-c2316f4c2d1ef69436f8e65783a480938d0478bc.tar.gz
samba-c2316f4c2d1ef69436f8e65783a480938d0478bc.tar.bz2
samba-c2316f4c2d1ef69436f8e65783a480938d0478bc.zip
Stop HP/UX building shared libraries for the moment ...
(This used to be commit 8878a44868073d50e4ce729a1812f43e1a96e2ae)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 6df6b70fb7..12148d4078 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -687,7 +687,7 @@ case "$host_os" in
SHLIBEXT="sl"
# Use special PIC flags for the native HP-UX compiler.
if test $ac_cv_prog_cc_Ae = yes; then
- BLDSHARED="true"
+ #BLDSHARED="true"
LDSHFLAGS="-b -z +h \$@"
PICFLAG="+z"
fi