diff options
author | Richard Sharpe <sharpe@samba.org> | 2001-08-06 08:52:39 +0000 |
---|---|---|
committer | Richard Sharpe <sharpe@samba.org> | 2001-08-06 08:52:39 +0000 |
commit | 8878a44868073d50e4ce729a1812f43e1a96e2ae (patch) | |
tree | 8d1e81f6267e447fc2be6b9e9f7a0adc0bc2ffe7 | |
parent | 0b3fbd9e6ee2ec10fe7f0187e850834accfa492f (diff) | |
download | samba-8878a44868073d50e4ce729a1812f43e1a96e2ae.tar.gz samba-8878a44868073d50e4ce729a1812f43e1a96e2ae.tar.xz samba-8878a44868073d50e4ce729a1812f43e1a96e2ae.zip |
Stop HP/UX building shared libraries for the moment ...
-rw-r--r-- | source/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in index 6df6b70fb72..12148d40780 100644 --- a/source/configure.in +++ b/source/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 |