cvs: php4 / acinclude.m4
[email protected] ("Sascha Schumann")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvssas959096609@cvsserver> |
sas Tue May 23 17:43:29 2000 EDT
Modified files:
/php4 acinclude.m4
Log:
Cosmetic changes
Index: php4/acinclude.m4
diff -u php4/acinclude.m4:1.86 php4/acinclude.m4:1.87
--- php4/acinclude.m4:1.86 Tue May 23 17:13:15 2000
+++ php4/acinclude.m4 Tue May 23 17:43:29 2000
@@ -1,4 +1,4 @@
-dnl $Id: acinclude.m4,v 1.86 2000/05/23 15:13:15 sas Exp $
+dnl $Id: acinclude.m4,v 1.87 2000/05/23 15:43:29 sas Exp $
dnl
dnl This file contains local autoconf functions.
@@ -194,7 +194,7 @@
])
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 @@
],[
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