summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authordas <das>2007-06-29 03:18:33 (GMT)
committerdas <das>2007-06-29 03:18:33 (GMT)
commit8d504208df89450f9abc23fc7f9e7a7280378fcd (patch)
tree5b4f6d9f6fa403a63f9680e17cb2da66a908cb83 /unix/configure
parent77ee21b68bf5c7e7e8b0c3caa4bd77dc0fa38673 (diff)
downloadtk-8d504208df89450f9abc23fc7f9e7a7280378fcd.zip
tk-8d504208df89450f9abc23fc7f9e7a7280378fcd.tar.gz
tk-8d504208df89450f9abc23fc7f9e7a7280378fcd.tar.bz2
* unix/configure.in: fix flag used to weak-link libXss.
* unix/configure: autoconf-2.59
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 5fa4857..a423d30 100755
--- a/unix/configure
+++ b/unix/configure
@@ -9617,7 +9617,7 @@ if test $ac_cv_lib_Xss_XScreenSaverQueryInfo = yes; then
if test "$tcl_cv_ld_weak_l" = yes; then
# On Darwin, weak link libXss if possible,
# as it is only available on Tiger or later.
- XLIBSW="$XLIBSW -weak-lXss -lXext"
+ XLIBSW="$XLIBSW -Wl,-weak-lXss -lXext"
else
XLIBSW="$XLIBSW -lXss -lXext"
fi