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

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.105 by ayin, Sun Jan 27 22:48:31 2008 UTC vs.
Revision 1.106 by root, Sat Dec 26 10:24:04 2009 UTC

170 support_perl=yes 170 support_perl=yes
171 codesets=all 171 codesets=all
172 fi 172 fi
173 ]) 173 ])
174 174
175ASSERTIONS=no
176AC_ARG_ENABLE(assert,
177 [ --enable-assert enable assertions],
178 [if test x$enableval = xyes; then
179 ASSERTIONS=yes
180 fi])
181if test x$ASSERTIONS = xno; then
182 AC_DEFINE(NDEBUG, 1, Disable assertions (good for debugging))
183fi
184
175WARNINGS=no 185WARNINGS=no
176AC_ARG_ENABLE(warnings, 186AC_ARG_ENABLE(warnings,
177 [ --enable-warnings turn on g++ warnings], 187 [ --enable-warnings turn on g++ warnings],
178 [if test x$enableval = xyes; then 188 [if test x$enableval = xyes; then
179 WARNINGS=yes 189 WARNINGS=yes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines