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.117 by sf-exg, Fri Oct 8 18:57:04 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
659if test x$support_fading = xyes; then 663if test x$support_fading = xyes; then
660 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost) 664 AC_DEFINE(OFF_FOCUS_FADING, 1, Define if you want faded colors when focus is lost)
661fi 665fi
662if test x$support_inheritpixmap = xyes; then 666if test x$support_inheritpixmap = xyes; then
663 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background) 667 AC_DEFINE(ENABLE_TRANSPARENCY, 1, Define if you want your background to use the parent window background)
668 test x$support_xft = xyes && LIBS="$LIBS -lm"
664fi 669fi
665if test x$support_keepscrolling = xno; then 670if test x$support_keepscrolling = xno; then
666 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed) 671 AC_DEFINE(NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING, 1, Define for continual scrolling when you keep the scrollbar button pressed)
667fi 672fi
668if test x$support_selectionscrolling = xyes; then 673if test x$support_selectionscrolling = xyes; then
791if test x$RESFALLBACK != x; then 796if test x$RESFALLBACK != x; then
792 echo " resource class fallback: $RESFALLBACK" 797 echo " resource class fallback: $RESFALLBACK"
793fi 798fi
794echo 799echo
795echo " embedded perl: $support_perl" 800echo " embedded perl: $support_perl"
796echo " libafterimage: $support_afterimage" 801echo " image library: $image_lib"
797echo 802echo
798if 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
799 echo ".----------------------------------------------------------------." 804 echo ".----------------------------------------------------------------."
800 echo ". WARNING: --enable-xim was specified however the locale support ." 805 echo ". WARNING: --enable-xim was specified however the locale support ."
801 echo ". functions could not be found. ." 806 echo ". functions could not be found. ."

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines