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.66 by ayin, Fri Jul 27 10:06:43 2007 UTC vs.
Revision 1.67 by ayin, Tue Jul 31 18:13:26 2007 UTC

469 if test "x$afterimage_config" = "x" ; then 469 if test "x$afterimage_config" = "x" ; then
470 AC_PATH_PROG(afterimage_config, afterimage-config, no) 470 AC_PATH_PROG(afterimage_config, afterimage-config, no)
471 fi 471 fi
472 AC_MSG_CHECKING(for libAfterImage version >= 1.15) 472 AC_MSG_CHECKING(for libAfterImage version >= 1.15)
473 AFTERIMAGE_VERSION=`$afterimage_config --version` 473 AFTERIMAGE_VERSION=`$afterimage_config --version`
474 if test -n $AFTERIMAGE_VERSION ; then 474 if test -n "$AFTERIMAGE_VERSION" ; then
475 AFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 475 AFTERIMAGE_CFLAGS=`$afterimage_config --cflags`
476 AFTERIMAGE_LIBS=`$afterimage_config --libs` 476 AFTERIMAGE_LIBS=`$afterimage_config --libs`
477 if test "x$AFTERIMAGE_LIBS" != "x"; then 477 if test "x$AFTERIMAGE_LIBS" != "x"; then
478 libai_ver_major=`echo $AFTERIMAGE_VERSION | cut -f 1 -d .` 478 libai_ver_major=`echo $AFTERIMAGE_VERSION | cut -f 1 -d .`
479 libai_ver_minor=`echo $AFTERIMAGE_VERSION | cut -f 2 -d .` 479 libai_ver_minor=`echo $AFTERIMAGE_VERSION | cut -f 2 -d .`

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines