Do not reject FreeBSD framebuffer

This reverts commit cb3118b389.
cf. https://github.com/tats/w3m/pull/221
This commit is contained in:
Tatsuya Kinoshita
2022-04-15 21:07:02 +09:00
parent 006871f44c
commit 15c77e3687
2 changed files with 129 additions and 138 deletions

View File

@@ -776,7 +776,6 @@ AC_DEFUN([AC_W3M_IMAGE],
fi
fi
if test x"$fb" = xyes; then
AC_CHECK_HEADER(linux/fb.h, [], [AC_MSG_ERROR([linux/fb.h not found])])
if test x"$have_imlib2" = xyes; then
AC_DEFINE(USE_W3MIMG_FB)
IMGOBJS="$IMGOBJS fb/fb_w3mimg.o fb/fb.o fb/fb_img.o"