summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-01-13 22:37:19 (GMT)
committernijtmans <nijtmans>2009-01-13 22:37:19 (GMT)
commit3c0e7506814daa3d6fb43f62ad3022c12138a22c (patch)
tree998be6e24649812d4606095fdfe675cdaaf40717 /unix/configure
parent4a96ce86821a373b23644857f6b01261d1fd6c1c (diff)
downloadtk-3c0e7506814daa3d6fb43f62ad3022c12138a22c.zip
tk-3c0e7506814daa3d6fb43f62ad3022c12138a22c.tar.gz
tk-3c0e7506814daa3d6fb43f62ad3022c12138a22c.tar.bz2
fix [tcl-Bug 2502365] Building of head on
HPUX is broken when using the native CC
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index 2901622..1efab26 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5010,7 +5010,7 @@ else
# Users may want PA-RISC 1.1/2.0 portable code - needs HP cc
#CFLAGS="$CFLAGS +DAportable"
SHLIB_CFLAGS="+z"
- SHLIB_LD="${CC} -Wl,-b"
+ SHLIB_LD="${CC} -b"
fi