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.42 by ayin, Sat Jun 9 11:19:36 2007 UTC vs.
Revision 1.43 by ayin, Sat Jun 9 11:22:10 2007 UTC

471 471
472if test x$support_afterimage == xyes; then 472if test x$support_afterimage == xyes; then
473 AC_MSG_CHECKING(installed libAfterImage) 473 AC_MSG_CHECKING(installed libAfterImage)
474 support_afterimage=no 474 support_afterimage=no
475 if test "x$afterimage_config" = "x" ; then 475 if test "x$afterimage_config" = "x" ; then
476 if afterimage-config --version > /dev/null 2>&1 ; then
477 afterimage_config=afterimage-config 476 AC_PATH_PROG(afterimage_config, afterimage-config, no)
478 else
479 if test -x /usr/local/bin/afterimage-config; then
480 afterimage_config=/usr/local/bin/afterimage-config
481 fi
482 fi
483 else 477 else
484 afterimage_config=$afterimage_config/afterimage-config 478 afterimage_config=$afterimage_config/afterimage-config
485 fi 479 fi
486 if $afterimage_config --version > /dev/null 2>&1 ; then 480 if $afterimage_config --version > /dev/null 2>&1 ; then
487 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags` 481 LIBAFTERIMAGE_CFLAGS=`$afterimage_config --cflags`

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines