ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.63 by root, Thu Jul 26 11:57:18 2007 UTC vs.
Revision 1.64 by ayin, Thu Jul 26 17:41:46 2007 UTC

477 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 477 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
478 AFTERIMAGE_LIBS=`$afterimage_config --libs` 478 AFTERIMAGE_LIBS=`$afterimage_config --libs`
479 if test "x$AFTERIMAGE_LIBS" != "x"; then 479 if test "x$AFTERIMAGE_LIBS" != "x"; then
480 libai_ver_major=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $1}'` 480 libai_ver_major=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $1}'`
481 libai_ver_minor=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $2}'` 481 libai_ver_minor=`echo $AFTERIMAGE_VERSION | $AWK -F . '{print $2}'`
482 if test "$libai_ver_major -gt 1 -o ($libai_ver_major -eq 1 -a $libai_ver_minor -ge 15)"; then 482 if test $libai_ver_major -gt 1 -o \( $libai_ver_major -eq 1 -a $libai_ver_minor -ge 15 \); then
483 support_afterimage=yes; 483 support_afterimage=yes;
484 fi 484 fi
485 fi 485 fi
486 fi 486 fi
487 487

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines