From eb92601846c8b2540ebb5021e2e897578279204b Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 10 Mar 2003 16:10:55 +0000 Subject: [w3m-dev 03803] fix autoconf * acinclude.m4 (AC_W3M_MIGEMO): add missing test needs quote (AC_W3M_SSL): delete x From: Yuji Abe --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 7c77a6c..44896ac 100755 --- a/configure +++ b/configure @@ -1428,7 +1428,7 @@ echo "configure:1428: checking if migemo is supported with" >&5 # Check whether --with-migemo or --without-migemo was given. if test "${with_migemo+set}" = set; then withval="$with_migemo" - x$with_migemo = xyes || migemo_command=$with_migemo + test x$with_migemo = xyes || migemo_command="$with_migemo" fi if test "${with_migemo+set}" = set; then @@ -2856,7 +2856,7 @@ else fi echo "$ac_t""$with_ssl" 1>&6 -if test x"${with_ssl+set}" = xset; then +if test "${with_ssl+set}" = set; then cat >> confdefs.h <<\EOF #define USE_SSL 1 EOF -- cgit v1.2.3