Follow updated configure

This commit is contained in:
Tatsuya Kinoshita
2014-12-04 00:31:40 +09:00
parent 416d70d11e
commit afdbf8abec

View File

@@ -600,7 +600,7 @@ AC_DEFUN([AC_W3M_IMAGE],
if test x"$enable_image" = xyes; then
enable_image=x11
case "`uname -s`" in
Linux|linux|LINUX)
Linux|linux|LINUX|FreeBSD|freebsd|FREEBSD)
if test -c /dev/fb0; then
enable_image=x11,fb
fi;;