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.69 by root, Mon Jan 16 09:28:45 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,
1228 AC_DEFINE(PTYS_ARE_PTC, 1, Define for this pty type) 1228 AC_DEFINE(PTYS_ARE_PTC, 1, Define for this pty type)
1229fi 1229fi
1230if test x$rxvt_cv_ptys = xSGI4; then 1230if test x$rxvt_cv_ptys = xSGI4; then
1231 AC_DEFINE(PTYS_ARE__GETPTY, 1, Define for this pty type) 1231 AC_DEFINE(PTYS_ARE__GETPTY, 1, Define for this pty type)
1232fi 1232fi
1233if test x$rxvt_cv_ptys = xGLIBC; then
1234 AC_DEFINE(PTYS_ARE_GETPT, 1, Define for this pty type)
1235fi
1236if test x$rxvt_cv_ptys = xHPUX; then 1233if test x$rxvt_cv_ptys = xHPUX; then
1237 AC_DEFINE(PTYS_ARE_CLONE, 1, Define for this pty type) 1234 AC_DEFINE(PTYS_ARE_CLONE, 1, Define for this pty type)
1238fi 1235fi
1239if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then 1236if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then
1240 AC_DEFINE(PTYS_ARE_SEARCHED, 1, Define for this pty type) 1237 AC_DEFINE(PTYS_ARE_SEARCHED, 1, Define for this pty type)
1241fi 1238fi
1242 1239
1243 1240
1244AS_MESSAGE(checking for pty ranges...) 1241AS_MESSAGE(checking for pty ranges...)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines