aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2020-12-15 22:21:18 -0500
committerJacob Bachmeyer <jcb@gnu.org>2020-12-15 22:21:18 -0500
commit9a4888d2c4369cee3fa415261b3ae55b2057ab2f (patch)
tree97bd8ca90651346e094fac1044d814d0ab89bc34 /configure.ac
parent003e8e707d88ec8f91ddb89ecf731e22bc6bc65c (diff)
Use Automake defaults for EXPECT
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index edcb324..8a28681 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,12 +34,6 @@ if test -z "$AWK"; then
AC_MSG_ERROR([AWK not installed])
fi
-dnl Search for expect.
-AC_PATH_PROG([EXPECT], [expect])
-if test -z $ac_cv_path_EXPECT ; then
- AC_MSG_ERROR([unable to locate expect])
-fi
-
dnl Check the Tcl version is >= 8.5.
AC_MSG_CHECKING([Tcl version 8.5 or greater])
AC_CACHE_VAL(ac_cv_dg_tcl_modern,[