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.130 by root, Sat Dec 26 10:24:04 2009 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
4452 codesets=all 4453 codesets=all
4453 fi 4454 fi
4454 4455
4455fi 4456fi
4456 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
4457 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines