summaryrefslogtreecommitdiff
path: root/os2/diff.configure
diff options
context:
space:
mode:
Diffstat (limited to 'os2/diff.configure')
-rw-r--r--os2/diff.configure9
1 files changed, 0 insertions, 9 deletions
diff --git a/os2/diff.configure b/os2/diff.configure
index 7bdfa6f585..62cf1d2031 100644
--- a/os2/diff.configure
+++ b/os2/diff.configure
@@ -27,12 +27,3 @@
case "$libs" in
'') ;;
*) for thislib in $libs; do
-@@ -10392,7 +10392,7 @@
- echo " "
- echo "Stripping down executable paths..." >&4
- for file in $loclist $trylist; do
-- eval $file="\$file"
-+ if test X$file != Xln -o X$osname != Xos2; then eval $file="\$file"; fi
- done
- ;;
- esac