commit 3781bfda713368fd311a998f8e31622718664e2e
parent afe919569082b964a45beb5600a12e21fcfa14b5
Author: ukai <ukai>
Date:   Tue, 11 Mar 2003 16:35:49 +0000
[w3m-dev 03812] fix autoconf
* acinclude.m4 (AC_W3M_IMAGE): default is autodetect x11,fb
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat:
4 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,6 +1,11 @@
 2003-03-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
 
-	* [w3m-dev 03810] autoconf
+	* [w3m-dev 03812] fix autoconf
+	* acinclude.m4 (AC_W3M_IMAGE): default is autodetect x11,fb
+
+2003-03-12  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
+
+	* [w3m-dev 03810] fix autoconf
 	* acinclude.m4 (AC_W3M_EXTLIBS): use $dir
 			(AC_W3M_GC): PREFIX is optional
 			(AC_W3M_SSL): PREFIX is optional
diff --git a/acinclude.m4 b/acinclude.m4
@@ -476,7 +476,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
diff --git 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
diff --git a/configure b/configure
@@ -2445,7 +2445,7 @@ if test "${enable_image+set}" = set; then
   enableval="$enable_image"
   :
 else
-  enable_image="x11,fb"
+  enable_image="yes"
 fi
 
  echo "$ac_t""$enable_image" 1>&6