patch-unix_configure 867 B

123456789101112131415161718192021222324252627282930313233
  1. --- tcl8.5.8.orig/unix/configure 2009-11-13 19:38:45.000000000 +0100
  2. +++ tcl8.5.8/unix/configure 2011-01-13 16:22:59.000000000 +0100
  3. @@ -7968,9 +7968,6 @@ fi
  4. LD_SEARCH_FLAGS=""
  5. LD_LIBRARY_PATH_VAR="DYLD_LIBRARY_PATH"
  6. -cat >>confdefs.h <<\_ACEOF
  7. -#define MAC_OSX_TCL 1
  8. -_ACEOF
  9. PLAT_OBJS='${MAC_OSX_OBJS}'
  10. PLAT_SRCS='${MAC_OSX_SRCS}'
  11. @@ -17646,11 +17643,6 @@ _ACEOF
  12. cat >>confdefs.h <<\_ACEOF
  13. -#define TCL_LOAD_FROM_MEMORY 1
  14. -_ACEOF
  15. -
  16. -
  17. -cat >>confdefs.h <<\_ACEOF
  18. #define TCL_WIDE_CLICKS 1
  19. _ACEOF
  20. @@ -18817,7 +18809,7 @@ HTML_DIR='$(DISTDIR)/html'
  21. # AIX remembers this path and will attempt to use it at run-time to look
  22. # up the Tcl library.
  23. -if test "`uname -s`" = "Darwin" ; then
  24. +if test "Linux" = "Darwin" ; then
  25. if test "`uname -s`" = "Darwin" ; then
  26. echo "$as_me:$LINENO: checking how to package libraries" >&5