diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-26 18:08:47 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-26 18:08:47 +0000 |
commit | bffbb98182254445a2c69d7fff7a5efa288185c2 (patch) | |
tree | e9cb37531e5501b1a7a1e0201cf7e16f500155a9 /configure.in | |
parent | c98f8a852287961fc1ed5551a722c377f160676e (diff) | |
download | ATCD-bffbb98182254445a2c69d7fff7a5efa288185c2.tar.gz |
ChangeLogTag:Thu May 25 19:39:59 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/configure.in b/configure.in index efbedc2f5f2..5d2f6020506 100644 --- a/configure.in +++ b/configure.in @@ -6201,18 +6201,13 @@ dnl dnl SECTION 13: checks for system services dnl -dnl Some circular dependency problems occur -dnl ACE_HAS_SIGNAL_SAFE_OS_CALLS is defined. Until this is rectified, -dnl don't run the ACE_SYS_RESTARTABLE_SYSCALLS test. -dnl -Ossama -dnl dnl Do not run this test if we are using a cross-compiler. -dnl if test "$cross_compiling" != yes; then -dnl ACE_SYS_RESTARTABLE_SYSCALLS -dnl if test "$ac_cv_sys_restartable_syscalls" = yes; then -dnl AC_DEFINE(ACE_HAS_SIGNAL_SAFE_OS_CALLS) -dnl fi -dnl fi +if test "$cross_compiling" != yes; then + ACE_SYS_RESTARTABLE_SYSCALLS + if test "$ac_cv_sys_restartable_syscalls" = yes; then + AC_DEFINE(ACE_HAS_SIGNAL_SAFE_OS_CALLS) + fi +fi dnl Check if platform defines ctime() as a macro ACE_CACHE_CHECK(for ctime() macro, |