about summary refs log tree commit diff
path: root/buildtools/configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/configure.pl')
-rwxr-xr-xbuildtools/configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 9f219648..e532e9af 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -646,7 +646,7 @@ sub getCompiler($$$) {
     if (commandExists('x86_64-w64-mingw32-gcc')) {
         printf("Do you want to use the Mingw-w64 Cross-Compiler?\n");
 
-        if (promptYesNo('y') == "y") {
+        if (promptYesNo('y') eq "y") {
             $$compilerR = 'x86_64-w64-mingw32-gcc';
         }
     }