From 9eb32538825bd802753ff6953ae07ed8a4e5442a Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 16 Jan 2006 14:23:26 +0000 Subject: [PATCH] *** empty log message *** --- autoconf/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/configure.in b/autoconf/configure.in index 61860e1b..9c798cbf 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -1174,7 +1174,7 @@ if test x$rxvt_broken_ximcb = xyes; then AC_DEFINE(XIMCB_PROTO_BROKEN, 1, Define if your XIMCallback specifies XIC as first type.) fi -if test x$rxvt_cv_func_posix_openpt = xno; then +if test x$ac_cv_func_posix_openpt = xno; then AC_CHECK_FUNC(openpty, [], [AC_CHECK_LIB(util, openpty, [LIBS="$LIBS -lutil"])]) fi -- 2.34.1