summaryrefslogtreecommitdiff
path: root/os2/diff.configure
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-06-08 18:07:48 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-10 07:04:20 +0000
commit91643db927ccb70d2639abfb85e226ac0ae6b224 (patch)
treedfbf0aaefce81bdc6179e1761eb9e0d18a5ee90d /os2/diff.configure
parentc4d9b39d8f15049e1549fda7afe0c7c2d758d308 (diff)
downloadperl-91643db927ccb70d2639abfb85e226ac0ae6b224.tar.gz
Combined OS/2 support
Message-Id: <199806090207.WAA02015@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1103
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