aboutsummaryrefslogtreecommitdiff
path: root/configure
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 /configure
parentb9495611c4ec4ae6adc2aef08f9a08aaf5df6f1c (diff)
downloadopen-axiom-6957f792e695571e137de9c7b85bca28cb836b28.tar.gz
* configure.ac.pamphlet (axiom_use_sman): Fix typo.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
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"