diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2014-12-03 14:29:02 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-12-03 14:29:02 +0000 |
commit | 9f938c4cdfd511e2f6c783cbb1226573760d2dc7 (patch) | |
tree | df97cd8295786f19fca56299447dc87008f2dd47 /configure | |
parent | Merge branch 'bug/gdk-pixbuf' (diff) | |
parent | Support FreeBSD framebuffer (diff) | |
download | w3m-9f938c4cdfd511e2f6c783cbb1226573760d2dc7.tar.gz w3m-9f938c4cdfd511e2f6c783cbb1226573760d2dc7.zip |
Merge branch 'feature/w3m-img-freebsd'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;; |