From 5252c4481b513459fa40a6dd6661f14d5d8add1e Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Tue, 11 Mar 2003 16:35:49 +0000 Subject: [w3m-dev 03812] fix autoconf * acinclude.m4 (AC_W3M_IMAGE): default is autodetect x11,fb From: Hironori SAKAMOTO --- aclocal.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal.m4') 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 -- cgit v1.2.3