patch-unix_configure 867 B

123456789101112131415161718192021222324252627282930313233
  1. --- tcl8.5.9.orig/unix/configure 2010-09-08 19:40:48.000000000 +0200
  2. +++ tcl8.5.9/unix/configure 2014-01-20 11:13:05.000000000 +0100
  3. @@ -7983,9 +7983,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. @@ -17578,11 +17575,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. @@ -18749,7 +18741,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