diff options
author | Laszlo Molnar <laszlo.molnar@eth.ericsson.se> | 1998-07-14 01:13:43 +0200 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-14 05:55:13 +0000 |
commit | 38b9e83a2b87b22618f433dd03016844b096e09c (patch) | |
tree | 5839ab65ce51d67ac9b944998571ae5280f4178b /Configure | |
parent | 1d84e8dfc14d5303f4e9e567bd263f6b4d88e584 (diff) | |
download | perl-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-x | Configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |