freebsd-ports/cad/ngspice_rework/files/patch-configure.in
Kevin Lo 9c47fcc98e Initial import of ngspice_rework
Ngspice_rework is a circuit simulator derived from spice3f5.

PR: 34589
Submitted by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
2002-02-09 10:03:42 +00:00

12 lines
318 B
Plaintext

--- configure.in.orig Mon Dec 10 20:21:11 2001
+++ configure.in Wed Jan 2 13:36:55 2002
@@ -155,7 +155,7 @@
dnl Look for termios first (posix)
AC_CHECK_HEADERS(termios.h termio.h sgtty.h , break)
-AC_CHECK_FUNCS(isatty)
+AC_CHECK_FUNCS(isatty tcgetattr tcsetattr)
dnl Check for a few functions:
AC_FUNC_VFORK