diff options
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 370f5ed048..e7d41d7130 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 -DPERL_EXTERNAL_GLOB %1 %2 %3 %4 %5 %6 %7 %8 %9 +sh Configure %1 %2 %3 %4 %5 %6 %7 %8 %9 :end |