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

Comparing rxvt-unicode/autoconf/configure.in (file contents):
Revision 1.11 by pcg, Sat Jan 31 04:12:10 2004 UTC vs.
Revision 1.12 by pcg, Sun Feb 22 08:09:36 2004 UTC

208 208
209AC_ARG_ENABLE(xim, 209AC_ARG_ENABLE(xim,
210 [ --enable-xim XIM (X Input Method) protocol support], 210 [ --enable-xim XIM (X Input Method) protocol support],
211 [if test x$enableval = xyes -o x$enableval = xno; then 211 [if test x$enableval = xyes -o x$enableval = xno; then
212 support_xim=$enableval 212 support_xim=$enableval
213 fi])
214
215AC_ARG_ENABLE(greek,
216 [ --enable-greek enable greek keyboard support],
217 [if test x$enableval = xyes; then
218 AC_DEFINE(GREEK_SUPPORT, 1, Define if you want support for Greek Elot-928 & IBM-437 keyboard)
219 fi]) 213 fi])
220 214
221AC_ARG_ENABLE(ttygid, 215AC_ARG_ENABLE(ttygid,
222 [ --enable-ttygid enable tty setting to group named "tty"], 216 [ --enable-ttygid enable tty setting to group named "tty"],
223 [if test x$enableval = xyes; then 217 [if test x$enableval = xyes; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines