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 | |
parent | b9495611c4ec4ae6adc2aef08f9a08aaf5df6f1c (diff) | |
download | open-axiom-6957f792e695571e137de9c7b85bca28cb836b28.tar.gz |
* configure.ac.pamphlet (axiom_use_sman): Fix typo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | configure.ac.pamphlet | 3 |
4 files changed, 7 insertions, 6 deletions
@@ -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. @@ -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" |