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

Comparing rxvt-unicode/configure (file contents):
Revision 1.130 by root, Sat Dec 26 10:24:04 2009 UTC vs.
Revision 1.131 by root, Tue Mar 16 00:54:46 2010 UTC

1322 --enable-selectionscrolling enable scrolling during selections 1322 --enable-selectionscrolling enable scrolling during selections
1323 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1323 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1324 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel) 1324 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel)
1325 --enable-smart-resize enable smart growth/shrink behaviour 1325 --enable-smart-resize enable smart growth/shrink behaviour
1326 --enable-text-blink enable blinking text 1326 --enable-text-blink enable blinking text
1327 --enable-pointer-blank enable pointer blank when typing or inactive pointer 1327 --enable-pointer-blank enable pointer blanking when typing or inactive
1328 --enable-utmp enable utmp (utmpx) support 1328 --enable-utmp enable utmp (utmpx) support
1329 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1329 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1330 --enable-lastlog enable lastlog support (requires --enable-utmp) 1330 --enable-lastlog enable lastlog support (requires --enable-utmp)
1331 1331
1332Optional Packages: 1332Optional Packages:
5341 5341
5342 5342
5343 5343
5344 5344
5345 5345
5346
5347for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h sys/eventfd.h sys/signalfd.h 5346for ac_header in sys/inotify.h sys/epoll.h sys/event.h port.h poll.h sys/select.h sys/eventfd.h sys/signalfd.h
5348do 5347do
5349as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5348as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5350if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5349if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5351 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5350 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5352echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5351echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5678/* confdefs.h. */ 5677/* confdefs.h. */
5679_ACEOF 5678_ACEOF
5680cat confdefs.h >>conftest.$ac_ext 5679cat confdefs.h >>conftest.$ac_ext
5681cat >>conftest.$ac_ext <<_ACEOF 5680cat >>conftest.$ac_ext <<_ACEOF
5682/* end confdefs.h. */ 5681/* end confdefs.h. */
5683#include <syscall.h> 5682#include <unistd.h>
5683 #include <sys/syscall.h>
5684 #include <time.h> 5684 #include <time.h>
5685int 5685int
5686main () 5686main ()
5687{ 5687{
5688struct timespec ts; int status = syscall (SYS_clock_gettime, CLOCK_REALTIME, &ts) 5688struct timespec ts; int status = syscall (SYS_clock_gettime, CLOCK_REALTIME, &ts)
7878 7878
7879fi 7879fi
7880 7880
7881{ echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5 7881{ echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5
7882echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6; } 7882echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6; }
7883if test "${rxvt_xlib_illegal_access+set}" = set; then 7883if test "${rxvt_cv_xlib_illegal_access+set}" = set; then
7884 echo $ECHO_N "(cached) $ECHO_C" >&6 7884 echo $ECHO_N "(cached) $ECHO_C" >&6
7885else 7885else
7886 cat >conftest.$ac_ext <<_ACEOF 7886 cat >conftest.$ac_ext <<_ACEOF
7887/* confdefs.h. */ 7887/* confdefs.h. */
7888_ACEOF 7888_ACEOF
7919 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7920 (exit $ac_status); } && { 7920 (exit $ac_status); } && {
7921 test -z "$ac_cxx_werror_flag" || 7921 test -z "$ac_cxx_werror_flag" ||
7922 test ! -s conftest.err 7922 test ! -s conftest.err
7923 } && test -s conftest.$ac_objext; then 7923 } && test -s conftest.$ac_objext; then
7924 rxvt_xlib_illegal_access=yes 7924 rxvt_cv_xlib_illegal_access=yes
7925else 7925else
7926 echo "$as_me: failed program was:" >&5 7926 echo "$as_me: failed program was:" >&5
7927sed 's/^/| /' conftest.$ac_ext >&5 7927sed 's/^/| /' conftest.$ac_ext >&5
7928 7928
7929 rxvt_xlib_illegal_access=no 7929 rxvt_cv_xlib_illegal_access=no
7930 7930
7931fi 7931fi
7932 7932
7933rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7933rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7934fi 7934fi
7935{ echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5 7935{ echo "$as_me:$LINENO: result: $rxvt_cv_xlib_illegal_access" >&5
7936echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6; } 7936echo "${ECHO_T}$rxvt_cv_xlib_illegal_access" >&6; }
7937if test x$rxvt_xlib_illegal_access = xyes; then 7937if test x$rxvt_cv_xlib_illegal_access = xyes; then
7938 7938
7939cat >>confdefs.h <<\_ACEOF 7939cat >>confdefs.h <<\_ACEOF
7940#define XLIB_ILLEGAL_ACCESS 1 7940#define XLIB_ILLEGAL_ACCESS 1
7941_ACEOF 7941_ACEOF
7942 7942
10242#define USE_XIM 1 10242#define USE_XIM 1
10243_ACEOF 10243_ACEOF
10244 10244
10245 { echo "$as_me:$LINENO: checking for broken XIM callback" >&5 10245 { echo "$as_me:$LINENO: checking for broken XIM callback" >&5
10246echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; } 10246echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; }
10247if test "${rxvt_broken_ximcb+set}" = set; then 10247if test "${rxvt_cv_broken_ximcb+set}" = set; then
10248 echo $ECHO_N "(cached) $ECHO_C" >&6 10248 echo $ECHO_N "(cached) $ECHO_C" >&6
10249else 10249else
10250 cat >conftest.$ac_ext <<_ACEOF 10250 cat >conftest.$ac_ext <<_ACEOF
10251 10251
10252 #include <X11/Xlib.h> 10252 #include <X11/Xlib.h>
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); } && { 10275 (exit $ac_status); } && {
10276 test -z "$ac_cxx_werror_flag" || 10276 test -z "$ac_cxx_werror_flag" ||
10277 test ! -s conftest.err 10277 test ! -s conftest.err
10278 } && test -s conftest.$ac_objext; then 10278 } && test -s conftest.$ac_objext; then
10279 rxvt_broken_ximcb=yes 10279 rxvt_cv_broken_ximcb=yes
10280else 10280else
10281 echo "$as_me: failed program was:" >&5 10281 echo "$as_me: failed program was:" >&5
10282sed 's/^/| /' conftest.$ac_ext >&5 10282sed 's/^/| /' conftest.$ac_ext >&5
10283 10283
10284 rxvt_broken_ximcb=no 10284 rxvt_cv_broken_ximcb=no
10285fi 10285fi
10286 10286
10287rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10287rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10288fi 10288fi
10289{ echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5 10289{ echo "$as_me:$LINENO: result: $rxvt_cv_broken_ximcb" >&5
10290echo "${ECHO_T}$rxvt_broken_ximcb" >&6; } 10290echo "${ECHO_T}$rxvt_cv_broken_ximcb" >&6; }
10291 10291
10292 if test x$rxvt_broken_ximcb = xyes; then 10292 if test x$rxvt_cv_broken_ximcb = xyes; then
10293 10293
10294cat >>confdefs.h <<\_ACEOF 10294cat >>confdefs.h <<\_ACEOF
10295#define XIMCB_PROTO_BROKEN 1 10295#define XIMCB_PROTO_BROKEN 1
10296_ACEOF 10296_ACEOF
10297 10297

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines