ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.162 by sf-exg, Tue Jun 16 12:06:53 2015 UTC vs.
Revision 1.163 by root, Sat May 14 08:28:25 2016 UTC

6445if test x$support_pixbuf = xyes; then 6445if test x$support_pixbuf = xyes; then
6446 6446
6447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdk-pixbuf-2.0" >&5 6447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gdk-pixbuf-2.0" >&5
6448$as_echo_n "checking for gdk-pixbuf-2.0... " >&6; } 6448$as_echo_n "checking for gdk-pixbuf-2.0... " >&6; }
6449 if test $PKG_CONFIG != no && $PKG_CONFIG --exists gdk-pixbuf-2.0; then 6449 if test $PKG_CONFIG != no && $PKG_CONFIG --exists gdk-pixbuf-2.0; then
6450 PIXBUF_CFLAGS="`$PKG_CONFIG gdk-pixbuf-2.0 --cflags`" 6450 PIXBUF_CFLAGS="`$PKG_CONFIG --cflags gdk-pixbuf-2.0`"
6451 PIXBUF_LIBS="`$PKG_CONFIG gdk-pixbuf-2.0 --libs`" 6451 PIXBUF_LIBS="`$PKG_CONFIG --libs gdk-pixbuf-2.0`"
6452 6452
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6454$as_echo "ok" >&6; } 6454$as_echo "ok" >&6; }
6455 6455
6456 image_lib=gdk-pixbuf 6456 image_lib=gdk-pixbuf
6475if test x$support_startup_notification = xyes; then 6475if test x$support_startup_notification = xyes; then
6476 6476
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libstartup-notification-1.0" >&5 6477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libstartup-notification-1.0" >&5
6478$as_echo_n "checking for libstartup-notification-1.0... " >&6; } 6478$as_echo_n "checking for libstartup-notification-1.0... " >&6; }
6479 if test $PKG_CONFIG != no && $PKG_CONFIG --exists libstartup-notification-1.0; then 6479 if test $PKG_CONFIG != no && $PKG_CONFIG --exists libstartup-notification-1.0; then
6480 STARTUP_NOTIFICATION_CFLAGS="`$PKG_CONFIG libstartup-notification-1.0 --cflags`" 6480 STARTUP_NOTIFICATION_CFLAGS="`$PKG_CONFIG --cflags libstartup-notification-1.0`"
6481 STARTUP_NOTIFICATION_LIBS="`$PKG_CONFIG libstartup-notification-1.0 --libs`" 6481 STARTUP_NOTIFICATION_LIBS="`$PKG_CONFIG --libs libstartup-notification-1.0`"
6482 6482
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6484$as_echo "ok" >&6; } 6484$as_echo "ok" >&6; }
6485 6485
6486 6486
6501if test x$support_frills = xyes; then 6501if test x$support_frills = xyes; then
6502 6502
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmu" >&5 6503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmu" >&5
6504$as_echo_n "checking for xmu... " >&6; } 6504$as_echo_n "checking for xmu... " >&6; }
6505 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xmu; then 6505 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xmu; then
6506 XMU_CFLAGS="`$PKG_CONFIG xmu --cflags`" 6506 XMU_CFLAGS="`$PKG_CONFIG --cflags xmu`"
6507 XMU_LIBS="`$PKG_CONFIG xmu --libs`" 6507 XMU_LIBS="`$PKG_CONFIG --libs xmu`"
6508 6508
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 6509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6510$as_echo "ok" >&6; } 6510$as_echo "ok" >&6; }
6511 6511
6512 X_LIBS="$XMU_LIBS $X_LIBS" 6512 X_LIBS="$XMU_LIBS $X_LIBS"
7539 rxvt_have_xrender=no 7539 rxvt_have_xrender=no
7540 7540
7541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xrender" >&5 7541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xrender" >&5
7542$as_echo_n "checking for xrender... " >&6; } 7542$as_echo_n "checking for xrender... " >&6; }
7543 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xrender; then 7543 if test $PKG_CONFIG != no && $PKG_CONFIG --exists xrender; then
7544 XRENDER_CFLAGS="`$PKG_CONFIG xrender --cflags`" 7544 XRENDER_CFLAGS="`$PKG_CONFIG --cflags xrender`"
7545 XRENDER_LIBS="`$PKG_CONFIG xrender --libs`" 7545 XRENDER_LIBS="`$PKG_CONFIG --libs xrender`"
7546 7546
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 7547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7548$as_echo "ok" >&6; } 7548$as_echo "ok" >&6; }
7549 7549
7550 X_LIBS="$XRENDER_LIBS $X_LIBS" 7550 X_LIBS="$XRENDER_LIBS $X_LIBS"
7581if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then 7581if test x$support_xft = xyes && test x$rxvt_have_xrender = xyes; then
7582 7582
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fontconfig xft" >&5 7583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fontconfig xft" >&5
7584$as_echo_n "checking for fontconfig xft... " >&6; } 7584$as_echo_n "checking for fontconfig xft... " >&6; }
7585 if test $PKG_CONFIG != no && $PKG_CONFIG --exists fontconfig xft; then 7585 if test $PKG_CONFIG != no && $PKG_CONFIG --exists fontconfig xft; then
7586 XFT_CFLAGS="`$PKG_CONFIG fontconfig xft --cflags`" 7586 XFT_CFLAGS="`$PKG_CONFIG --cflags fontconfig xft`"
7587 XFT_LIBS="`$PKG_CONFIG fontconfig xft --libs`" 7587 XFT_LIBS="`$PKG_CONFIG --libs fontconfig xft`"
7588 7588
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 7589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7590$as_echo "ok" >&6; } 7590$as_echo "ok" >&6; }
7591 7591
7592 X_LIBS="$XFT_LIBS $X_LIBS" 7592 X_LIBS="$XFT_LIBS $X_LIBS"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines