diff options
author | dos-reis <gdr@axiomatics.org> | 2008-11-01 06:27:44 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-11-01 06:27:44 +0000 |
commit | 6957f792e695571e137de9c7b85bca28cb836b28 (patch) | |
tree | 2d58517da7523cb2e12f0c825951f37fe8f64273 /configure.ac.pamphlet | |
parent | b9495611c4ec4ae6adc2aef08f9a08aaf5df6f1c (diff) | |
download | open-axiom-6957f792e695571e137de9c7b85bca28cb836b28.tar.gz |
* configure.ac.pamphlet (axiom_use_sman): Fix typo.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 3 |
1 files changed, 1 insertions, 2 deletions
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" |