From 2e09f17922cde19552d0f5140411985eadc06724 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 5 Mar 2010 15:32:33 +0100 Subject: Typo in configure.ac --- config.h.in | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h.in b/config.h.in index 582988de..0a639f50 100644 --- a/config.h.in +++ b/config.h.in @@ -6,7 +6,7 @@ /* Define to 1 if you have the `forkpty' function. */ #undef HAVE_FORKPTY -/* Define to 1 if a Linux-style forkpty is available */ +/* Define to 1 if a BSD-style forkpty is available */ #undef HAVE_FORKPTY_BSD /* Define to 1 if a Linux-style forkpty is available */ diff --git a/configure.ac b/configure.ac index f1e98934..48c018fd 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,7 @@ AM_CONDITIONAL([HAVE_GTK], test x$havegtk = xtrue) AC_CHECK_FUNCS(forkpty, AC_DEFINE([HAVE_FORKPTY_BSD], [1], - [Define to 1 if a Linux-style forkpty is available]), + [Define to 1 if a BSD-style forkpty is available]), AC_CHECK_LIB(util,forkpty, [ AC_DEFINE([HAVE_FORKPTY_LINUX], [1], -- cgit v1.2.3