aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2014-12-03 14:29:02 +0000
committerTatsuya Kinoshita <tats@debian.org>2014-12-03 14:29:02 +0000
commit9f938c4cdfd511e2f6c783cbb1226573760d2dc7 (patch)
treedf97cd8295786f19fca56299447dc87008f2dd47 /configure
parentMerge branch 'bug/gdk-pixbuf' (diff)
parentSupport FreeBSD framebuffer (diff)
downloadw3m-9f938c4cdfd511e2f6c783cbb1226573760d2dc7.tar.gz
w3m-9f938c4cdfd511e2f6c783cbb1226573760d2dc7.zip
Merge branch 'feature/w3m-img-freebsd'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4fdcd8e..2ba82d5 100755
--- a/configure
+++ b/configure
@@ -6755,7 +6755,7 @@ $as_echo "$enable_image" >&6; }
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;;