summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorLaszlo Molnar <laszlo.molnar@eth.ericsson.se>1998-07-14 01:13:43 +0200
committerGurusamy Sarathy <gsar@cpan.org>1998-07-14 05:55:13 +0000
commit38b9e83a2b87b22618f433dd03016844b096e09c (patch)
tree5839ab65ce51d67ac9b944998571ae5280f4178b /Configure
parent1d84e8dfc14d5303f4e9e567bd263f6b4d88e584 (diff)
downloadperl-38b9e83a2b87b22618f433dd03016844b096e09c.tar.gz
Configure problem on dos-djgpp
Message-ID: <19980713231343.A178@cdata.tvnet.hu> p4raw-id: //depot/perl@1479
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configure b/Configure
index bfc61034b9..8c2c4c06aa 100755
--- a/Configure
+++ b/Configure
@@ -71,6 +71,9 @@ if test X"$trnl" = X; then
;;
esac
fi
+if test -n "$DJGPP"; then
+ trnl='\012'
+fi
if test X"$trnl" = X; then
cat <<EOM >&2