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.118 by sf-exg, Wed Oct 13 23:04:56 2010 UTC vs.
Revision 1.119 by sf-exg, Thu Oct 14 22:08:45 2010 UTC

431 431
432AC_PATH_PROG(TIC, tic, :) 432AC_PATH_PROG(TIC, tic, :)
433 433
434AC_PATH_XTRA 434AC_PATH_XTRA
435 435
436image_lib=none
437
436PIXBUF_CFLAGS= 438PIXBUF_CFLAGS=
437PIXBUF_LIBS= 439PIXBUF_LIBS=
438 440
439if test x$support_pixbuf = xyes; then 441if test x$support_pixbuf = xyes; then
440 support_pixbuf=no 442 support_pixbuf=no
446 support_pixbuf=yes 448 support_pixbuf=yes
447 fi 449 fi
448 450
449 if test x$support_pixbuf = xyes; then 451 if test x$support_pixbuf = xyes; then
450 AC_MSG_RESULT(ok) 452 AC_MSG_RESULT(ok)
453 image_lib=gdk-pixbuf
451 support_afterimage=no 454 support_afterimage=no
452 AC_DEFINE(HAVE_PIXBUF, 1, Define if you want to use gdk-pixbuf for image processing) 455 AC_DEFINE(HAVE_PIXBUF, 1, Define if you want to use gdk-pixbuf for image processing)
453 AC_DEFINE(BG_IMAGE_FROM_FILE, 1, Define if you want to have sexy-looking background pixmaps.) 456 AC_DEFINE(BG_IMAGE_FROM_FILE, 1, Define if you want to have sexy-looking background pixmaps.)
454 else 457 else
455 AC_MSG_RESULT(no) 458 AC_MSG_RESULT(no)
486 fi 489 fi
487 fi 490 fi
488 fi 491 fi
489 if test "x$support_afterimage" = "xyes"; then 492 if test "x$support_afterimage" = "xyes"; then
490 AC_MSG_RESULT($AFTERIMAGE_LIBS) 493 AC_MSG_RESULT($AFTERIMAGE_LIBS)
494 image_lib=libafterimage
491 AC_DEFINE(HAVE_AFTERIMAGE, 1, Define if you want to use libAfterImage for image processing) 495 AC_DEFINE(HAVE_AFTERIMAGE, 1, Define if you want to use libAfterImage for image processing)
492 AC_DEFINE(BG_IMAGE_FROM_FILE, 1, Define if you want to have sexy-looking background pixmaps.) 496 AC_DEFINE(BG_IMAGE_FROM_FILE, 1, Define if you want to have sexy-looking background pixmaps.)
493 else 497 else
494 AC_MSG_RESULT(no) 498 AC_MSG_RESULT(no)
495 fi 499 fi
792if test x$RESFALLBACK != x; then 796if test x$RESFALLBACK != x; then
793 echo " resource class fallback: $RESFALLBACK" 797 echo " resource class fallback: $RESFALLBACK"
794fi 798fi
795echo 799echo
796echo " embedded perl: $support_perl" 800echo " embedded perl: $support_perl"
797echo " libafterimage: $support_afterimage" 801echo " image library: $image_lib"
798echo 802echo
799if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then 803if test x$support_xim = xyes -a x$rxvt_cv_func_xlocale = xno; then
800 echo ".----------------------------------------------------------------." 804 echo ".----------------------------------------------------------------."
801 echo ". WARNING: --enable-xim was specified however the locale support ." 805 echo ". WARNING: --enable-xim was specified however the locale support ."
802 echo ". functions could not be found. ." 806 echo ". functions could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines