aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2003-03-11 16:35:49 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2003-03-11 16:35:49 +0000
commit5252c4481b513459fa40a6dd6661f14d5d8add1e (patch)
treee30cf1e17592aa6e24cfd09c7661ad47da1c1b6c /aclocal.m4
parent[w3m-dev 03810] autoconf (diff)
downloadw3m-5252c4481b513459fa40a6dd6661f14d5d8add1e.tar.gz
w3m-5252c4481b513459fa40a6dd6661f14d5d8add1e.zip
[w3m-dev 03812] fix autoconf
* acinclude.m4 (AC_W3M_IMAGE): default is autodetect x11,fb From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to '')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 0a5855b..2f59296 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -488,7 +488,7 @@ AC_DEFUN([AC_W3M_IMAGE],
AC_MSG_CHECKING(if image is enabled)
AC_ARG_ENABLE(image,
[ --disable-image=x11,fb,fb+s disable inline image],,
- [enable_image="x11,fb"])
+ [enable_image="yes"])
AC_MSG_RESULT($enable_image)
if test x$enable_image != xno; then
IMGOBJS=w3mimg/w3mimg.o