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

Comparing rxvt-unicode/configure (file contents):
Revision 1.129 by root, Fri Sep 4 15:40:12 2009 UTC vs.
Revision 1.131 by root, Tue Mar 16 00:54:46 2010 UTC

1294Optional Features: 1294Optional Features:
1295 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 1295 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1296 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1296 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1297 --enable-everything enable standard non-multichoice features 1297 --enable-everything enable standard non-multichoice features
1298 NOTE: this option is order dependent 1298 NOTE: this option is order dependent
1299 --enable-assert enable assertions
1299 --enable-warnings turn on g++ warnings 1300 --enable-warnings turn on g++ warnings
1300 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters 1301 --enable-unicode3 use 21 instead of 16 bits to represent unicode characters
1301 --enable-combining enable composition of base and combining characters 1302 --enable-combining enable composition of base and combining characters
1302 --enable-xft enable xft support on systems that have it 1303 --enable-xft enable xft support on systems that have it
1303 --enable-font-styles enable bold and italic support 1304 --enable-font-styles enable bold and italic support
1321 --enable-selectionscrolling enable scrolling during selections 1322 --enable-selectionscrolling enable scrolling during selections
1322 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5 1323 --enable-mousewheel enable scrolling via mouse wheel or buttons 4 & 5
1323 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel) 1324 --enable-slipwheeling enable slip wheel scrolling (requires --enable-mousewheel)
1324 --enable-smart-resize enable smart growth/shrink behaviour 1325 --enable-smart-resize enable smart growth/shrink behaviour
1325 --enable-text-blink enable blinking text 1326 --enable-text-blink enable blinking text
1326 --enable-pointer-blank enable pointer blank when typing or inactive pointer 1327 --enable-pointer-blank enable pointer blanking when typing or inactive
1327 --enable-utmp enable utmp (utmpx) support 1328 --enable-utmp enable utmp (utmpx) support
1328 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1329 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1329 --enable-lastlog enable lastlog support (requires --enable-utmp) 1330 --enable-lastlog enable lastlog support (requires --enable-utmp)
1330 1331
1331Optional Packages: 1332Optional Packages:
4453 fi 4454 fi
4454 4455
4455fi 4456fi
4456 4457
4457 4458
4459ASSERTIONS=no
4460# Check whether --enable-assert was given.
4461if test "${enable_assert+set}" = set; then
4462 enableval=$enable_assert; if test x$enableval = xyes; then
4463 ASSERTIONS=yes
4464 fi
4465fi
4466
4467if test x$ASSERTIONS = xno; then
4468
4469cat >>confdefs.h <<\_ACEOF
4470#define NDEBUG 1
4471_ACEOF
4472
4473fi
4474
4458WARNINGS=no 4475WARNINGS=no
4459# Check whether --enable-warnings was given. 4476# Check whether --enable-warnings was given.
4460if test "${enable_warnings+set}" = set; then 4477if test "${enable_warnings+set}" = set; then
4461 enableval=$enable_warnings; if test x$enableval = xyes; then 4478 enableval=$enable_warnings; if test x$enableval = xyes; then
4462 WARNINGS=yes 4479 WARNINGS=yes
5324 5341
5325 5342
5326 5343
5327 5344
5328 5345
5329
5330for 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
5331do 5347do
5332as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5348as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5333if { 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
5334 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5350 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5335echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5351echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5661/* confdefs.h. */ 5677/* confdefs.h. */
5662_ACEOF 5678_ACEOF
5663cat confdefs.h >>conftest.$ac_ext 5679cat confdefs.h >>conftest.$ac_ext
5664cat >>conftest.$ac_ext <<_ACEOF 5680cat >>conftest.$ac_ext <<_ACEOF
5665/* end confdefs.h. */ 5681/* end confdefs.h. */
5666#include <syscall.h> 5682#include <unistd.h>
5683 #include <sys/syscall.h>
5667 #include <time.h> 5684 #include <time.h>
5668int 5685int
5669main () 5686main ()
5670{ 5687{
5671struct timespec ts; int status = syscall (SYS_clock_gettime, CLOCK_REALTIME, &ts) 5688struct timespec ts; int status = syscall (SYS_clock_gettime, CLOCK_REALTIME, &ts)
7861 7878
7862fi 7879fi
7863 7880
7864{ echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5 7881{ echo "$as_me:$LINENO: checking for XLIB_ILLEGAL_ACCESS" >&5
7865echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6; } 7882echo $ECHO_N "checking for XLIB_ILLEGAL_ACCESS... $ECHO_C" >&6; }
7866if test "${rxvt_xlib_illegal_access+set}" = set; then 7883if test "${rxvt_cv_xlib_illegal_access+set}" = set; then
7867 echo $ECHO_N "(cached) $ECHO_C" >&6 7884 echo $ECHO_N "(cached) $ECHO_C" >&6
7868else 7885else
7869 cat >conftest.$ac_ext <<_ACEOF 7886 cat >conftest.$ac_ext <<_ACEOF
7870/* confdefs.h. */ 7887/* confdefs.h. */
7871_ACEOF 7888_ACEOF
7902 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7903 (exit $ac_status); } && { 7920 (exit $ac_status); } && {
7904 test -z "$ac_cxx_werror_flag" || 7921 test -z "$ac_cxx_werror_flag" ||
7905 test ! -s conftest.err 7922 test ! -s conftest.err
7906 } && test -s conftest.$ac_objext; then 7923 } && test -s conftest.$ac_objext; then
7907 rxvt_xlib_illegal_access=yes 7924 rxvt_cv_xlib_illegal_access=yes
7908else 7925else
7909 echo "$as_me: failed program was:" >&5 7926 echo "$as_me: failed program was:" >&5
7910sed 's/^/| /' conftest.$ac_ext >&5 7927sed 's/^/| /' conftest.$ac_ext >&5
7911 7928
7912 rxvt_xlib_illegal_access=no 7929 rxvt_cv_xlib_illegal_access=no
7913 7930
7914fi 7931fi
7915 7932
7916rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 7933rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7917fi 7934fi
7918{ echo "$as_me:$LINENO: result: $rxvt_xlib_illegal_access" >&5 7935{ echo "$as_me:$LINENO: result: $rxvt_cv_xlib_illegal_access" >&5
7919echo "${ECHO_T}$rxvt_xlib_illegal_access" >&6; } 7936echo "${ECHO_T}$rxvt_cv_xlib_illegal_access" >&6; }
7920if test x$rxvt_xlib_illegal_access = xyes; then 7937if test x$rxvt_cv_xlib_illegal_access = xyes; then
7921 7938
7922cat >>confdefs.h <<\_ACEOF 7939cat >>confdefs.h <<\_ACEOF
7923#define XLIB_ILLEGAL_ACCESS 1 7940#define XLIB_ILLEGAL_ACCESS 1
7924_ACEOF 7941_ACEOF
7925 7942
10225#define USE_XIM 1 10242#define USE_XIM 1
10226_ACEOF 10243_ACEOF
10227 10244
10228 { echo "$as_me:$LINENO: checking for broken XIM callback" >&5 10245 { echo "$as_me:$LINENO: checking for broken XIM callback" >&5
10229echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; } 10246echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6; }
10230if test "${rxvt_broken_ximcb+set}" = set; then 10247if test "${rxvt_cv_broken_ximcb+set}" = set; then
10231 echo $ECHO_N "(cached) $ECHO_C" >&6 10248 echo $ECHO_N "(cached) $ECHO_C" >&6
10232else 10249else
10233 cat >conftest.$ac_ext <<_ACEOF 10250 cat >conftest.$ac_ext <<_ACEOF
10234 10251
10235 #include <X11/Xlib.h> 10252 #include <X11/Xlib.h>
10257 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10258 (exit $ac_status); } && { 10275 (exit $ac_status); } && {
10259 test -z "$ac_cxx_werror_flag" || 10276 test -z "$ac_cxx_werror_flag" ||
10260 test ! -s conftest.err 10277 test ! -s conftest.err
10261 } && test -s conftest.$ac_objext; then 10278 } && test -s conftest.$ac_objext; then
10262 rxvt_broken_ximcb=yes 10279 rxvt_cv_broken_ximcb=yes
10263else 10280else
10264 echo "$as_me: failed program was:" >&5 10281 echo "$as_me: failed program was:" >&5
10265sed 's/^/| /' conftest.$ac_ext >&5 10282sed 's/^/| /' conftest.$ac_ext >&5
10266 10283
10267 rxvt_broken_ximcb=no 10284 rxvt_cv_broken_ximcb=no
10268fi 10285fi
10269 10286
10270rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 10287rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10271fi 10288fi
10272{ echo "$as_me:$LINENO: result: $rxvt_broken_ximcb" >&5 10289{ echo "$as_me:$LINENO: result: $rxvt_cv_broken_ximcb" >&5
10273echo "${ECHO_T}$rxvt_broken_ximcb" >&6; } 10290echo "${ECHO_T}$rxvt_cv_broken_ximcb" >&6; }
10274 10291
10275 if test x$rxvt_broken_ximcb = xyes; then 10292 if test x$rxvt_cv_broken_ximcb = xyes; then
10276 10293
10277cat >>confdefs.h <<\_ACEOF 10294cat >>confdefs.h <<\_ACEOF
10278#define XIMCB_PROTO_BROKEN 1 10295#define XIMCB_PROTO_BROKEN 1
10279_ACEOF 10296_ACEOF
10280 10297

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines