summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-10-13 09:12:41 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-10-13 09:12:41 (GMT)
commit6953233a35e9196e7ed40f73c2e174cb53ac78f5 (patch)
tree53fb9c9ccfe0d0c2a1e4616e72f1a1eb649430ad /configure
parent1c07b4b4fbf6c89c6789343e21ea16f52f905f2d (diff)
downloadcpython-6953233a35e9196e7ed40f73c2e174cb53ac78f5.zip
cpython-6953233a35e9196e7ed40f73c2e174cb53ac78f5.tar.gz
cpython-6953233a35e9196e7ed40f73c2e174cb53ac78f5.tar.bz2
Check for term.h and include it on non-ncurses system to get a declaration
for tigetstr.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 639c73f..e2c0735 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.265
+# From configure.in Revision: 1.266
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13
@@ -1903,7 +1903,7 @@ ncurses.h poll.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
sys/audioio.h sys/file.h sys/lock.h sys/modem.h db_185.h db.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
-sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
+sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`