[prev in list] [next in list] [prev in thread] [next in thread] 

List:       elinks-cvs
Subject:    [ELinks] elinks - jonas: Fix EL_CONFIG_DEPENDS() macro and a few t...
From:       cvs () pasky ! or ! cz
Date:       2004-04-30 3:02:22
Message-ID: 20040430030222.4178.qmail () machine ! sinus ! cz
[Download RAW message or body]

This is an automated notification of a change to the ELinks CVS tree.

Author: jonas
Module: elinks
   Tag: <TRUNK>
  Date: Fri Apr 30 03:02:22 2004 GMT

---- Log message:

Fix EL_CONFIG_DEPENDS() macro and a few tests.


---- Files affected:

elinks:
   configure.in (1.376 -> 1.377) 
    http://cvsweb.elinks.or.cz/cvsweb.cgi/elinks/configure.in.diff?r1=1.376&r2=1.377&f=u


---- Diffs:

 elinks/configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: elinks/configure.in
diff -u elinks/configure.in:1.376 elinks/configure.in:1.377
--- elinks/configure.in:1.376	Fri Apr 30 03:06:46 2004
+++ elinks/configure.in	Fri Apr 30 05:02:17 2004
@@ -84,7 +84,7 @@
 			$1=yes;
 		fi
 	done
-	if test "$1" = yes; then
+	if test "[$]$1" = yes; then
 		EL_CONFIG($1, [$3])
 	fi
 	AC_MSG_RESULT([$]$1)
@@ -171,7 +171,7 @@
 AC_CHECK_SIZEOF(short, 2)
 AC_CHECK_SIZEOF(int, 4)
 AC_CHECK_SIZEOF(long, 4)
-test "$HAVE_LONG_LONG" = yes && AC_CHECK_SIZEOF(long long, 8)
+test "x$HAVE_LONG_LONG" = xyes && AC_CHECK_SIZEOF(long long, 8)
 
 dnl Check for variadic macros
 EL_CHECK_CODE([variadic macros], HAVE_VARIADIC_MACROS,
@@ -294,7 +294,7 @@
 	[ if test "$withval" = no; then withval=""; disable_$1=yes; fi])
 
 	AC_MSG_CHECKING([for $1 support])
-	if test "$withval" = yes; then withval=""; fi
+	if test "x$withval" = xyes; then withval=""; fi
 
 	if test -z "$disable_$1"; then
 		AC_MSG_RESULT(yes)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic