Fix build for BSD make

This commit is contained in:
Alex Kotov 2021-11-17 03:47:45 +05:00
parent f9a5260513
commit 8b0cbfeaad
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

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 || true)"
make_help_result="$(make --help 2>&1 || true)"
if [ "$(echo "$make_help_result" | grep 'gnu.org')" = '' ]; then
ln -sf '4-defvars-bsd.mk' 'config/4-defvars.mk'
else