summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-23 15:43:29 +0000
committerSascha Schumann <sas@php.net>2000-05-23 15:43:29 +0000
commit417f74451f1252b6153b34e09cfaebf104c24987 (patch)
tree06affcccc8676a8c7d56f95351495860a54f3366
parent112525ea9fcc8311000ffd8f0818eb60f24964ba (diff)
downloadphp-git-417f74451f1252b6153b34e09cfaebf104c24987.tar.gz
Cosmetic changes
-rw-r--r--acinclude.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 4982bbb3e2..0f65d0d832 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -194,7 +194,7 @@ EOF
])
AC_DEFUN(PHP_TIME_R_TYPE,[
-AC_CACHE_CHECK(for *time_r type, ac_cv_time_r_type,[
+AC_CACHE_CHECK(for type of reentrant time-related functions, ac_cv_time_r_type,[
AC_TRY_RUN([
#include <time.h>
#include <stdlib.h>
@@ -213,9 +213,9 @@ exit(1);
],[
ac_cv_time_r_type=hpux
],[
- ac_cv_time_r_type=SUSV2
+ ac_cv_time_r_type=POSIX
],[
- ac_cv_time_r_type=SUSV2
+ ac_cv_time_r_type=POSIX
])
])
if test "$ac_cv_time_r_type" = "hpux"; then