summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorstu <stu>2015-10-09 13:19:57 (GMT)
committerstu <stu>2015-10-09 13:19:57 (GMT)
commit24b3161366c92a2fbfe64ce2cc2867c5026d0dca (patch)
tree0a147423e630acc82644f0e8808e13b9069c24d1 /unix/configure
parent71434bd5684dbd8aad5e14ffb7b4a7aa04274f8e (diff)
downloadtk-24b3161366c92a2fbfe64ce2cc2867c5026d0dca.zip
tk-24b3161366c92a2fbfe64ce2cc2867c5026d0dca.tar.gz
tk-24b3161366c92a2fbfe64ce2cc2867c5026d0dca.tar.bz2
Tk/OpenBSD/Sparc needs -fPIC.
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 7934d9e..a03d1c0 100755
--- a/unix/configure
+++ b/unix/configure
@@ -5364,7 +5364,7 @@ fi
;;
*)
case "$arch" in
- alpha|sparc64)
+ alpha|sparc|sparc64)
SHLIB_CFLAGS="-fPIC"
;;
*)