aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2014-12-03 15:32:32 +0000
committerTatsuya Kinoshita <tats@debian.org>2014-12-03 15:32:32 +0000
commitfcc18b1367029363b6fe5655f4adea0a9cf457ff (patch)
tree8dedbf0f77a58a6b506d7453a8fa4c0cbba55a89
parentMerge branch 'feature/w3m-img-freebsd' (diff)
parentFollow updated configure (diff)
downloadw3m-fcc18b1367029363b6fe5655f4adea0a9cf457ff.tar.gz
w3m-fcc18b1367029363b6fe5655f4adea0a9cf457ff.zip
Merge branch 'feature/w3m-img-freebsd'
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ec91797..675cabe 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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;;