summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-01-13 02:12:23 +0000
committerng0 <ng0@n0.is>2019-01-13 02:12:23 +0000
commit0a8a62ca7733cea2a0e48f0951612d024e0a05e9 (patch)
tree4862f93d48ba8d16e35a0e41c28a6695025c5993 /buildconf
parent0e2f011a3eb9922b4b1ee4671e0b26d9cd8d2b2d (diff)
downloadgnurl-0a8a62ca7733cea2a0e48f0951612d024e0a05e9.tar.gz
gnurl-0a8a62ca7733cea2a0e48f0951612d024e0a05e9.tar.bz2
gnurl-0a8a62ca7733cea2a0e48f0951612d024e0a05e9.zip
buildconf: Do not fail hard if m4 != GNU m4
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index e151bb2e8..f6460dad9 100755
--- a/buildconf
+++ b/buildconf
@@ -266,7 +266,9 @@ else
else
echo "buildconf: m4 version $m4 found. You need a GNU m4 installed!"
fi
- exit 1
+ # Early testing on NetBSD 8.0 showed that the hard failure here is
+ # overkill, at least for gnurl.
+ # exit 1
fi
#--------------------------------------------------------------------------