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.43 by ayin, Sat Jun 9 11:22:10 2007 UTC vs.
Revision 1.44 by ayin, Sat Jun 9 11:27:43 2007 UTC

467 467
468LIBAFTERIMAGE_CFLAGS= 468LIBAFTERIMAGE_CFLAGS=
469AFTERIMAGE_LIBS= 469AFTERIMAGE_LIBS=
470have_afterimage= 470have_afterimage=
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 AC_PATH_PROG(afterimage_config, afterimage-config, no) 476 AC_PATH_PROG(afterimage_config, afterimage-config, no)
477 else 477 else
486 fi 486 fi
487 487
488 if test "x$support_afterimage" = "xyes"; then 488 if test "x$support_afterimage" = "xyes"; then
489 AC_MSG_RESULT($AFTERIMAGE_LIBS) 489 AC_MSG_RESULT($AFTERIMAGE_LIBS)
490 else 490 else
491 AC_MSG_RESULT(afterimage-config not found in $afterimage_config - can't use libAfterImage for images.) 491 AC_MSG_RESULT(afterimage-config not found - can't use libAfterImage for images.)
492 fi 492 fi
493fi 493fi
494 494
495if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then 495if test x$support_afterimage != xyes -a x$support_xpm = xyes ; then
496 VT_FIND_LIBXPM 496 VT_FIND_LIBXPM

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines