summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-05-19 10:37:24 +0100
committerPeter Powell <petpow@saberuk.com>2017-05-19 10:45:49 +0100
commite413076207714073fbd148e68b09abc4b61eab5e (patch)
tree7427dcaa2a5462359d8cadcd4e0e0ada6fc9e22e /configure
parentb7facc2474ff5fb229c66ed130ed67207620f55d (diff)
Tell OpenBSD users that they need to use a different make command.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index b380b5700..8b9689b29 100755
--- a/configure
+++ b/configure
@@ -733,6 +733,14 @@ to a newer 3.x or 4.x (or whatever is available currently) version.
FOO2
}
+if ($^O eq 'openbsd') {
+ print <<__OPENBSD_WARNING__;
+\e[1;32mWARNING!\e[0m OpenBSD 6.5 changed Make to no longer look for BSDmakefile when
+searching for the makefile. If the version of OpenBSD you are using is 6.5 or
+newer then you will need to run '\e[1;32mmake -f BSDmakefile\e[0m' or '\e[1;32mgmake\e[0m' instead.
+__OPENBSD_WARNING__
+}
+
################################################################################
# HELPER FUNCTIONS #
################################################################################