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.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index d135d3e9..efb44ef7 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -1606,6 +1606,8 @@ This indicates Libxml2 is installed incorrectly on this system.  If so,
 your Netpbm build, which uses 'xml2-config', will fail.  But it
 might also just be our test that is broken.
 
+'xml2-config' says to use compiler options '$xml2CFlags'.
+
 EOF
 
 }
@@ -1628,7 +1630,7 @@ sub testCompileXmlReaderTypes($$) {
 
 
 
-sub printBadXml2XmlReaderTypesWarning($) {
+sub printMissingXmlReaderTypesWarning() {
 
     print << 'EOF';