mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 04:55:29 +08:00
Add +z option with HP-UX compilers when compiling shared libraries.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2112 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+6
-2
@@ -1,7 +1,7 @@
|
|||||||
dnl -*- sh -*-
|
dnl -*- sh -*-
|
||||||
dnl the "configure" script is made from this by running GNU "autoconf"
|
dnl the "configure" script is made from this by running GNU "autoconf"
|
||||||
dnl
|
dnl
|
||||||
dnl "$Id: configure.in,v 1.33.2.31.2.62 2002/04/24 18:29:05 easysw Exp $"
|
dnl "$Id: configure.in,v 1.33.2.31.2.63 2002/04/26 12:39:32 easysw Exp $"
|
||||||
dnl
|
dnl
|
||||||
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
dnl Configuration script for the Fast Light Tool Kit (FLTK).
|
||||||
dnl
|
dnl
|
||||||
@@ -671,6 +671,10 @@ else
|
|||||||
OPTIM="$OPTIM +DAportable"
|
OPTIM="$OPTIM +DAportable"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test $PICFLAG = 1; then
|
||||||
|
OPTIM="+z $OPTIM"
|
||||||
|
fi
|
||||||
|
|
||||||
OPTIM="$OPTIM +W336,501,736,740,749,829"
|
OPTIM="$OPTIM +W336,501,736,740,749,829"
|
||||||
;;
|
;;
|
||||||
SunOS*)
|
SunOS*)
|
||||||
@@ -724,5 +728,5 @@ dnl Make sure the fltk-config script is executable...
|
|||||||
chmod +x fltk-config
|
chmod +x fltk-config
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl End of "$Id: configure.in,v 1.33.2.31.2.62 2002/04/24 18:29:05 easysw Exp $".
|
dnl End of "$Id: configure.in,v 1.33.2.31.2.63 2002/04/26 12:39:32 easysw Exp $".
|
||||||
dnl
|
dnl
|
||||||
|
|||||||
Reference in New Issue
Block a user