aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-02-20 01:20:54 +0000
committerdos-reis <gdr@axiomatics.org>2009-02-20 01:20:54 +0000
commit209b367063b4dfee37e9c32a7020aa08cb7c6121 (patch)
tree07e107a20442d7277129ec42eb4c118632790e52
parent4729b342f0fe2f7c074abaadcc7e0bb612f562a3 (diff)
downloadopen-axiom-209b367063b4dfee37e9c32a7020aa08cb7c6121.tar.gz
Apply Aleksej's patch to 1.2.1
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--configure.ac.pamphlet2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 3e9ea374..15160c68 100755
--- a/configure
+++ b/configure
@@ -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