diff -Naur wine-0.9.49/configure.ac wine-0.9.49-magellan/configure.ac --- wine-0.9.49/configure.ac 2007-11-09 17:56:12.000000000 +0100 +++ wine-0.9.49-magellan/configure.ac 2007-11-15 01:42:32.000000000 +0100 @@ -1207,12 +1207,6 @@ ;; darwin*|macosx*) ;; - linux*|solaris*) dnl FIXME: What other platforms support $ORIGIN? - if test -z "$LDRPATH_LOCAL" - then - LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\"" - fi - ;; *) LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\"" ;;