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

Comparing rxvt-unicode/configure (file contents):
Revision 1.155 by root, Sun Jun 10 16:18:26 2012 UTC vs.
Revision 1.156 by root, Tue Jun 19 18:17:56 2012 UTC

717enable_smart_resize 717enable_smart_resize
718enable_text_blink 718enable_text_blink
719enable_pointer_blank 719enable_pointer_blank
720with_term 720with_term
721with_terminfo 721with_terminfo
722enable_xdbe
722with_x 723with_x
723enable_utmp 724enable_utmp
724enable_wtmp 725enable_wtmp
725enable_lastlog 726enable_lastlog
726' 727'
1386 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1387 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1387 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel) 1388 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel)
1388 --enable-smart-resize enable smart growth/shrink behaviour 1389 --enable-smart-resize enable smart growth/shrink behaviour
1389 --enable-text-blink enable blinking text 1390 --enable-text-blink enable blinking text
1390 --enable-pointer-blank enable pointer blanking when typing or inactive 1391 --enable-pointer-blank enable pointer blanking when typing or inactive
1392 --enable-xdbe enable support for double buffering
1391 --enable-utmp enable utmp (utmpx) support 1393 --enable-utmp enable utmp (utmpx) support
1392 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1394 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1393 --enable-lastlog enable lastlog support (requires --enable-utmp) 1395 --enable-lastlog enable lastlog support (requires --enable-utmp)
1394 1396
1395Optional Packages: 1397Optional Packages:
4662support_combining=yes 4664support_combining=yes
4663support_8bitctrls=no 4665support_8bitctrls=no
4664support_iso14755=yes 4666support_iso14755=yes
4665support_styles=yes 4667support_styles=yes
4666support_perl=yes 4668support_perl=yes
4669support_xdbe=yes
4667codesets=all 4670codesets=all
4668 4671
4669 4672
4670# Check whether --enable-everything was given. 4673# Check whether --enable-everything was given.
4671if test "${enable_everything+set}" = set; then : 4674if test "${enable_everything+set}" = set; then :
4672 enableval=$enable_everything; 4675 enableval=$enable_everything;
4673 if test x$enableval = xno; then 4676 if test x$enableval = xno; then
4674 support_frills=no 4677 support_frills=no
4678 support_xdbe=no
4675 support_inheritpixmap=no 4679 support_inheritpixmap=no
4676 support_fading=no 4680 support_fading=no
4677 support_keepscrolling=no 4681 support_keepscrolling=no
4678 support_selectionscrolling=no 4682 support_selectionscrolling=no
4679 support_lastlog=no 4683 support_lastlog=no
4694 support_combining=no 4698 support_combining=no
4695 support_8bitctrls=no 4699 support_8bitctrls=no
4696 support_iso14755=no 4700 support_iso14755=no
4697 support_styles=no 4701 support_styles=no
4698 support_perl=no 4702 support_perl=no
4703 support_xdbe=no
4699 codesets= 4704 codesets=
4700 fi 4705 fi
4701 if test x$enableval = xyes; then 4706 if test x$enableval = xyes; then
4702 support_frills=yes 4707 support_frills=yes
4703 support_inheritpixmap=yes 4708 support_inheritpixmap=yes
4722 support_combining=yes 4727 support_combining=yes
4723 #support_8bitctrls=yes 4728 #support_8bitctrls=yes
4724 support_iso14755=yes 4729 support_iso14755=yes
4725 support_styles=yes 4730 support_styles=yes
4726 support_perl=yes 4731 support_perl=yes
4732 support_xdbe=yes
4727 codesets=all 4733 codesets=all
4728 fi 4734 fi
4729 4735
4730fi 4736fi
4731 4737
5105 5111
5106cat >>confdefs.h <<_ACEOF 5112cat >>confdefs.h <<_ACEOF
5107#define RXVT_TERMINFO "$withval" 5113#define RXVT_TERMINFO "$withval"
5108_ACEOF 5114_ACEOF
5109 terminfo="$withval" 5115 terminfo="$withval"
5116 fi
5117fi
5118
5119
5120# Check whether --enable-xdbe was given.
5121if test "${enable_xdbe+set}" = set; then :
5122 enableval=$enable_xdbe; if test x$enableval = xyes -o x$enableval = xno; then
5123 support_xdbe=$enableval
5110 fi 5124 fi
5111fi 5125fi
5112 5126
5113 5127
5114 5128
7357 7371
7358support_image=no 7372support_image=no
7359if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then 7373if test x$support_inheritpixmap = xyes || test x$support_pixbuf = xyes; then
7360 support_image=yes 7374 support_image=yes
7361fi 7375fi
7376if test x$support_xdbe = xyes; then
7377 LIBS="$LIBS -lXext"
7378fi
7379
7362if test x$support_xft = xyes || test x$support_image = xyes; then 7380if test x$support_xft = xyes || test x$support_image = xyes; then
7363 rxvt_have_xrender=no 7381 rxvt_have_xrender=no
7364 # Extract the first word of "pkg-config", so it can be a program name with args. 7382 # Extract the first word of "pkg-config", so it can be a program name with args.
7365set dummy pkg-config; ac_word=$2 7383set dummy pkg-config; ac_word=$2
7366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 7384{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7735fi 7753fi
7736 7754
7737 7755
7738 7756
7739 7757
7758if test x$support_xdbe = xyes; then
7759
7760$as_echo "#define ENABLE_XDBE 1" >>confdefs.h
7761
7762fi
7740if test x$support_styles = xyes; then 7763if test x$support_styles = xyes; then
7741 7764
7742$as_echo "#define ENABLE_STYLES 1" >>confdefs.h 7765$as_echo "#define ENABLE_STYLES 1" >>confdefs.h
7743 7766
7744fi 7767fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines