From c2316f4c2d1ef69436f8e65783a480938d0478bc Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Mon, 6 Aug 2001 08:52:39 +0000 Subject: Stop HP/UX building shared libraries for the moment ... (This used to be commit 8878a44868073d50e4ce729a1812f43e1a96e2ae) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 -- cgit