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.13 by pcg, Tue Feb 24 16:25:43 2004 UTC

105 support_xft=yes 105 support_xft=yes
106 support_unicode3=yes 106 support_unicode3=yes
107 codesets=all 107 codesets=all
108 fi]) 108 fi])
109 109
110echo
111if test x$support_menubar = xyes; then
112 support_menubar=no
113 echo "******* menubar support disabled, does not work"
114fi
115echo
116
117AC_ARG_ENABLE(unicode3, 110AC_ARG_ENABLE(unicode3,
118 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters], 111 [ --enable-unicode3 use 21 instead of 16 bits to represent unicode characters],
119 [if test x$enableval = xyes; then 112 [if test x$enableval = xyes; then
120 support_unicode3=yes 113 support_unicode3=yes
121 fi]) 114 fi])
208 201
209AC_ARG_ENABLE(xim, 202AC_ARG_ENABLE(xim,
210 [ --enable-xim XIM (X Input Method) protocol support], 203 [ --enable-xim XIM (X Input Method) protocol support],
211 [if test x$enableval = xyes -o x$enableval = xno; then 204 [if test x$enableval = xyes -o x$enableval = xno; then
212 support_xim=$enableval 205 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]) 206 fi])
220 207
221AC_ARG_ENABLE(ttygid, 208AC_ARG_ENABLE(ttygid,
222 [ --enable-ttygid enable tty setting to group named "tty"], 209 [ --enable-ttygid enable tty setting to group named "tty"],
223 [if test x$enableval = xyes; then 210 [if test x$enableval = xyes; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines