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.70 by root, Mon Jan 16 11:26:39 2006 UTC vs.
Revision 1.71 by ayin, Mon Jan 16 14:23:26 2006 UTC

1172 1172
1173if test x$rxvt_broken_ximcb = xyes; then 1173if test x$rxvt_broken_ximcb = xyes; then
1174 AC_DEFINE(XIMCB_PROTO_BROKEN, 1, Define if your XIMCallback specifies XIC as first type.) 1174 AC_DEFINE(XIMCB_PROTO_BROKEN, 1, Define if your XIMCallback specifies XIC as first type.)
1175fi 1175fi
1176 1176
1177if test x$rxvt_cv_func_posix_openpt = xno; then 1177if test x$ac_cv_func_posix_openpt = xno; then
1178 AC_CHECK_FUNC(openpty, [], [AC_CHECK_LIB(util, openpty, [LIBS="$LIBS -lutil"])]) 1178 AC_CHECK_FUNC(openpty, [], [AC_CHECK_LIB(util, openpty, [LIBS="$LIBS -lutil"])])
1179fi 1179fi
1180 1180
1181dnl# if we don't guess right then it's up to the user 1181dnl# if we don't guess right then it's up to the user
1182AC_CACHE_CHECK(for pty/tty type, rxvt_cv_ptys, 1182AC_CACHE_CHECK(for pty/tty type, rxvt_cv_ptys,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines