diff options
author | Thomas White <taw@physics.org> | 2010-03-05 15:32:33 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-03-05 15:32:33 +0100 |
commit | 2e09f17922cde19552d0f5140411985eadc06724 (patch) | |
tree | dc5ef3ae56b1afba3828114dc3ffaa799b3249bd /config.h.in | |
parent | 6387bb7e1aebde5af5c117ae1cc1111c0db04bc3 (diff) |
Typo in configure.ac
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 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 */ |