diff options
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | configure.ac.pamphlet | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -24039,7 +24039,7 @@ cat >>conftest.$ac_ext <<_ACEOF #if HAVE_TERMIOS_H # include <termios.h> #endif -#if HAVE_LIBTUIL_H +#if HAVE_LIBUTIL_H # include <sys/types.h> # include <libutil.h> #endif diff --git a/configure.ac b/configure.ac index eed256ae..2c636300 100644 --- a/configure.ac +++ b/configure.ac @@ -475,7 +475,7 @@ AC_CHECK_DECLS([openpty],[],[], #if HAVE_TERMIOS_H # include <termios.h> #endif -#if HAVE_LIBTUIL_H +#if HAVE_LIBUTIL_H # include <sys/types.h> # include <libutil.h> #endif diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 8ed25f9e..e4192ee0 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -345,7 +345,7 @@ AC_CHECK_DECLS([openpty],[],[], #if HAVE_TERMIOS_H # include <termios.h> #endif -#if HAVE_LIBTUIL_H +#if HAVE_LIBUTIL_H # include <sys/types.h> # include <libutil.h> #endif |