aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-05 15:32:33 +0100
committerThomas White <taw@physics.org>2010-03-05 15:32:33 +0100
commit2e09f17922cde19552d0f5140411985eadc06724 (patch)
treedc5ef3ae56b1afba3828114dc3ffaa799b3249bd /configure.ac
parent6387bb7e1aebde5af5c117ae1cc1111c0db04bc3 (diff)
Typo in configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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],