-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: a02095a5d2bf30f6930c674a334225904554b0cc:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit a02095a5d2bf30f6930c674a334225904554b0cc
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Thu Jul 26 17:41:46 2007 +0000

    Fix test expression.

diff --git a/configure.ac b/configure.ac

index 98a1910dd298d34e0104a31dfa063fba57a8feae..

index ..be096682c0c0c27f5a581d3f35724d202304faea 100644

--- a/configure.ac
+++ b/configure.ac
@@ -479,7 +479,7 @@ if test x$support_afterimage = xyes; then
     if test "x$AFTERIMAGE_LIBS" != "x"; then
       libai_ver_major=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $1}'`
       libai_ver_minor=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $2}'`
-      if test "$libai_ver_major -gt 1 -o ($libai_ver_major -eq 1 -a $libai_ver_minor -ge 15)"; then
+      if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
         support_afterimage=yes;
       fi
     fi

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 11:15:09 2024