Skip to content

Commit 8f2575a

Browse files
committed
Typofix
1 parent 0fe82ae commit 8f2575a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo>%config_make% # CONFIGURE
2525
set opt=%1
2626
if "%1" == "" goto :end
2727
if "%1" == "--debug-configure" (echo on & shift & goto :loop)
28-
if "%1" == "--no-debug-condigure" (echo off & shift & goto :loop)
28+
if "%1" == "--no-debug-configure" (echo off & shift & goto :loop)
2929
if "%1" == "--prefix" goto :prefix
3030
if "%1" == "--srcdir" goto :srcdir
3131
if "%1" == "srcdir" goto :srcdir

0 commit comments

Comments
 (0)