diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 10:10:36 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 10:10:36 +0000 |
commit | d2a0188286383355aaa13e586da8618f82242215 (patch) | |
tree | f63be75ab721500612da0df6c14656695c81dcd1 /djgpp/configure.bat | |
parent | a104f515e1396d6efe6b0936f76a68f8852f5b49 (diff) | |
download | perl-d2a0188286383355aaa13e586da8618f82242215.tar.gz |
dos-djgpp updates (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
p4raw-id: //depot/perl@5196
Diffstat (limited to 'djgpp/configure.bat')
-rw-r--r-- | djgpp/configure.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/djgpp/configure.bat b/djgpp/configure.bat index e7d41d7130..370f5ed048 100644 --- a/djgpp/configure.bat +++ b/djgpp/configure.bat @@ -33,5 +33,5 @@ echo Running sed... sh djgpp/djgppsed.sh echo Running Configure... -sh Configure %1 %2 %3 %4 %5 %6 %7 %8 %9 +sh Configure -DPERL_EXTERNAL_GLOB %1 %2 %3 %4 %5 %6 %7 %8 %9 :end |