lcdproc: fix build on macos 17592/head
authorSergey V. Lobanov <sergey@lobanov.in>
Wed, 12 Jan 2022 15:12:46 +0000 (18:12 +0300)
committerSergey V. Lobanov <sergey@lobanov.in>
Wed, 12 Jan 2022 15:12:46 +0000 (18:12 +0300)
commit5fbfba19c25af67df3fbf4bcc7e0526483b08eb4
tree8741419a3a36b7fd3c6f2ee983ac8d4f14c19b88
parent2978bc1977096184b3f4e18601000db835c15e70
lcdproc: fix build on macos

./configure script detects mtab file and fails build if mtab is not
found on build host. It is not required for OpenWrt build due to
mtab is always /etc/mtab on OpenWrt

MacOS doesn't have mtab file so disable it via ac_cv_mtab_file var

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
utils/lcdproc/Makefile