diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-04-01 08:03:41 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-04-01 08:03:41 +0000 |
commit | 279b15d4cb3c07a81302601a8e8dd9670eb6acb5 (patch) | |
tree | 3ada13ec1dbc37b411c9e587fa78a05d185e6ade /nt | |
parent | cdf648ca671d28662a5a644eedb647675460449a (diff) | |
download | emacs-279b15d4cb3c07a81302601a8e8dd9670eb6acb5.tar.gz |
Fix last change.
Diffstat (limited to 'nt')
-rwxr-xr-x | nt/configure.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/configure.bat b/nt/configure.bat index 7bc2f16016b..18dac4a878a 100755 --- a/nt/configure.bat +++ b/nt/configure.bat @@ -180,7 +180,7 @@ del junk.o :checkgcc
Rem WARNING -- COMMAND.COM on some systems only looks at the first
-Rem 8 characters of a lable. So do NOT be tempted to change
+Rem 8 characters of a label. So do NOT be tempted to change
Rem chkapi* into something fancier like checkw32api
Rem You HAVE been warned!
if (%nocygwin%) == (Y) goto chkapi
@@ -193,7 +193,7 @@ gcc -mno-cygwin -c junk.c if exist junk.o set nocygwin=Y
rm -f junk.c junk.o
-:chk32api
+:chkapi
rem ----------------------------------------------------------------------
rem Older versions of the Windows API headers either don't have any of
rem the IMAGE_xxx definitions (the headers that come with Cygwin b20.1
|