summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ea0a466111..970e61d0f8 100644
--- a/configure.in
+++ b/configure.in
@@ -750,7 +750,7 @@ if test "$with_dln_a_out" != yes; then
esac
else
case "$target_os" in
- hpux*) CCDLFLAGS='+z';;
+ hpux*) CCDLFLAGS='+Z';;
solaris*|irix*) CCDLFLAGS='-KPIC' ;;
sunos*) CCDLFLAGS='-PIC' ;;
esix*|uxpds*) CCDLFLAGS='-KPIC' ;;