We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe82ae commit 8f2575aCopy full SHA for 8f2575a
win32/configure.bat
@@ -25,7 +25,7 @@ echo>%config_make% # CONFIGURE
25
set opt=%1
26
if "%1" == "" goto :end
27
if "%1" == "--debug-configure" (echo on & shift & goto :loop)
28
-if "%1" == "--no-debug-condigure" (echo off & shift & goto :loop)
+if "%1" == "--no-debug-configure" (echo off & shift & goto :loop)
29
if "%1" == "--prefix" goto :prefix
30
if "%1" == "--srcdir" goto :srcdir
31
if "%1" == "srcdir" goto :srcdir
0 commit comments