about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuildtools/configure.pl2
-rw-r--r--doc/HISTORY2
2 files changed, 3 insertions, 1 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 4035568b..ee9b5ec9 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -1551,7 +1551,7 @@ sub testPngHdr($$) {
 
 
 
-sub printBadPngConfigCFlagsWarning($) {
+sub printBadPngConfigCflagsWarning($) {
     my ($pngCFlags) = @_;
 
     print << 'EOF';
diff --git a/doc/HISTORY b/doc/HISTORY
index 2ce2af00..b3f3bf2a 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -25,6 +25,8 @@ Not yet  BJH  Release 10.53.00
               to start with "pm_": shhopt, nstring, nsleep.  Eliminate
               createBlackTuple -- pnmCreateBlackTuple already existed.
 
+              configure: fix crash when libpng test compile fails.
+
 10.09.26 BJH  Release 10.52.00
 
               Add pamtopdbimg, pdbimgtopam.