aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-01 06:27:44 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-01 06:27:44 +0000
commit6957f792e695571e137de9c7b85bca28cb836b28 (patch)
tree2d58517da7523cb2e12f0c825951f37fe8f64273
parentb9495611c4ec4ae6adc2aef08f9a08aaf5df6f1c (diff)
downloadopen-axiom-6957f792e695571e137de9c7b85bca28cb836b28.tar.gz
* configure.ac.pamphlet (axiom_use_sman): Fix typo.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure3
-rw-r--r--configure.ac3
-rw-r--r--configure.ac.pamphlet3
4 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c9b5fd75..fa95847e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-11-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * configure.ac.pamphlet (axiom_use_sman): Fix typo.
+
+2008-11-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* config/var-def.mk (oa_c_runtime_extra): Add @LIBS@.
* configure.ac.pamphlet: Check for <pty.h> and <util.h>. Check
for openpty.
diff --git a/configure b/configure
index bb4730a8..eff36e78 100755
--- a/configure
+++ b/configure
@@ -23828,8 +23828,7 @@ fi
fi
axiom_use_sman=1
-if test x"$ac_cv_header_pty_h" = xyes \
- -a x"$ac_cv_have_decl_fork" = xyes \
+if test x"$ac_cv_have_decl_fork" = xyes \
-a x"$ac_cv_have_decl_wait" = xyes; then \
axiom_c_runtime="$axiom_c_runtime terminal_io"
axiom_src_all="$axiom_src_all all-sman all-clef"
diff --git a/configure.ac b/configure.ac
index 08df2a22..3de8f0bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -466,8 +466,7 @@ if test x"$ac_cv_have_decl_openpty" = xyes; then \
fi
axiom_use_sman=1
-if test x"$ac_cv_header_pty_h" = xyes \
- -a x"$ac_cv_have_decl_fork" = xyes \
+if test x"$ac_cv_have_decl_fork" = xyes \
-a x"$ac_cv_have_decl_wait" = xyes; then \
axiom_c_runtime="$axiom_c_runtime terminal_io"
axiom_src_all="$axiom_src_all all-sman all-clef"
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index d6b30bea..794ec1c0 100644
--- a/configure.ac.pamphlet
+++ b/configure.ac.pamphlet
@@ -343,8 +343,7 @@ if test x"$ac_cv_have_decl_openpty" = xyes; then \
fi
axiom_use_sman=1
-if test x"$ac_cv_header_pty_h" = xyes \
- -a x"$ac_cv_have_decl_fork" = xyes \
+if test x"$ac_cv_have_decl_fork" = xyes \
-a x"$ac_cv_have_decl_wait" = xyes; then \
axiom_c_runtime="$axiom_c_runtime terminal_io"
axiom_src_all="$axiom_src_all all-sman all-clef"