diff options
author | Steve Huston <shuston@riverace.com> | 2003-12-04 22:20:14 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2003-12-04 22:20:14 +0000 |
commit | bb4fc097e0b37790f9b364a43dba766b75927aff (patch) | |
tree | e299f43b61262987fd0ba08f33f366872f06c424 /configure.ac | |
parent | 30258de9102dba689965b59da70d55e1c43ea516 (diff) | |
download | ATCD-bb4fc097e0b37790f9b364a43dba766b75927aff.tar.gz |
ChangeLogTag:Thu Dec 4 17:13:29 2003 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 434fe014b78..21a098f19f3 100644 --- a/configure.ac +++ b/configure.ac @@ -621,8 +621,7 @@ AS_IF([test "$ace_has_tli_funcs" = yes], AC_DEFINE([ACE_HAS_XTI]) AC_DEFINE([ACE_HAS_TLI]) ],) - ], - [ + AC_CHECK_HEADER([sys/xti.h], [ ace_has_tli=yes @@ -805,6 +804,7 @@ dnl Check for t_errno type in TLI headers ],,[AC_DEFINE([ACE_LACKS_T_ERRNO])]) dnl Check if t_error incorrectly accepts char * +ACE_CONVERT_WARNINGS_TO_ERRORS([ ACE_CACHE_CHECK([if t_error incorrectly accepts char *], [ace_cv_lib_has_broken_t_error], [ @@ -853,8 +853,9 @@ dnl Check if t_error incorrectly accepts char * [ AC_DEFINE([ACE_HAS_BROKEN_T_ERROR]) ],) +]) dnl ACE_CONVERT_WARNINGS_TO_ERRORS -fi dnl test "$ace_has_tli" = yes +fi dnl test "$ace_has_tli_funcs" = yes ],[]) AC_CHECK_HEADER([sys/time.h], |