diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-13 15:31:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-13 15:31:01 (GMT) |
commit | e4a806f57cf76fe3fc789dafd98b46ac11d7e68d (patch) | |
tree | ae6075bc61d3b88e1c1c9952187ed2078c8352f6 /unix/tcl.m4 | |
parent | d0ab2bd83ddf58e52fc7f6043e701f62d539797e (diff) | |
download | tk-e4a806f57cf76fe3fc789dafd98b46ac11d7e68d.zip tk-e4a806f57cf76fe3fc789dafd98b46ac11d7e68d.tar.gz tk-e4a806f57cf76fe3fc789dafd98b46ac11d7e68d.tar.bz2 |
Patch by Andrew Shadura, providing better support for three architectures they have in Debian.
Diffstat (limited to 'unix/tcl.m4')
-rwxr-xr-x | unix/tcl.m4 | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 889d817..360b3a1 100755 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1393,7 +1393,7 @@ dnl AC_CHECK_TOOL(AR, ar) fi fi ;; - Linux*) + Linux*|GNU*|NetBSD-Debian) SHLIB_CFLAGS="-fPIC" SHLIB_SUFFIX=".so" @@ -1450,29 +1450,6 @@ dnl AC_CHECK_TOOL(AR, ar) [XIM peeking works under XFree86]) ;; - GNU*) - SHLIB_CFLAGS="-fPIC" - SHLIB_SUFFIX=".so" - - if test "$have_dl" = yes; then - SHLIB_LD='${CC} -shared' - DL_OBJS="" - DL_LIBS="-ldl" - LDFLAGS="$LDFLAGS -Wl,--export-dynamic" - CC_SEARCH_FLAGS="" - LD_SEARCH_FLAGS="" - else - AC_CHECK_HEADER(dld.h, [ - SHLIB_LD="ld -shared" - DL_OBJS="" - DL_LIBS="-ldld" - CC_SEARCH_FLAGS="" - LD_SEARCH_FLAGS=""]) - fi - if test "`uname -m`" = "alpha" ; then - CFLAGS="$CFLAGS -mieee" - fi - ;; Lynx*) SHLIB_CFLAGS="-fPIC" SHLIB_SUFFIX=".so" |