summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index f6460dad9..2005383e4 100755
--- a/buildconf
+++ b/buildconf
@@ -262,9 +262,9 @@ if { echo $m4 | grep "GNU" >/dev/null 2>&1; } then
echo "buildconf: GNU m4 version $m4_version (ok)"
else
if test -z "$m4"; then
- echo "buildconf: m4 version not recognized. You need a GNU m4 installed!"
+ echo "buildconf: m4 version not recognized. You need a GNU m4 or compatible installed!"
else
- echo "buildconf: m4 version $m4 found. You need a GNU m4 installed!"
+ echo "buildconf: m4 version $m4 found. You need a GNU m4 or compatible installed!"
fi
# Early testing on NetBSD 8.0 showed that the hard failure here is
# overkill, at least for gnurl.