about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuildtools/configure.pl2
-rw-r--r--doc/HISTORY3
2 files changed, 4 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';
         }
     }
diff --git a/doc/HISTORY b/doc/HISTORY
index 97fb1f1f..3b839f59 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -23,6 +23,9 @@ not yet  BJH  Release 10.55.00
               as they no longer refer to private members of the pnginfo
               structure.
 
+              configure: fix selection of mingw compiler.  Introduced in
+              10.48.
+
 11.03.30 BJH  Release 10.54.00
 
               Add pamrubber.  Thanks Willem van Schaik <willem@schaik.com>.