Fix build for BSD make

This commit is contained in:
Alex Kotov 2021-11-17 03:45:56 +05:00
parent 7068f76ebc
commit f9a5260513
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -124,7 +124,7 @@ ENABLE_GNOME_TERMINAL = $enable_gnome_terminal
ENABLE_XINERAMA = $enable_xinerama
MAKE
make_help_result="$(make --help)"
make_help_result="$(make --help || true)"
if [ "$(echo "$make_help_result" | grep 'gnu.org')" = '' ]; then
ln -sf '4-defvars-bsd.mk' 'config/4-defvars.mk'
else