diff options
-rw-r--r-- | source3/configure.in | 2 |
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 |