diff options
author | Sascha Schumann <sas@php.net> | 2000-05-16 23:24:39 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-16 23:24:39 +0000 |
commit | c2279a02179ed269a59b5e3e6a041ef44420f5e9 (patch) | |
tree | 6ade7dfdc8265368b012509e4b0b4d952387f487 /acinclude.m4 | |
parent | 46e672243acadc585360179958f66f90607c9ad4 (diff) | |
download | php-git-c2279a02179ed269a59b5e3e6a041ef44420f5e9.tar.gz |
s/normal/SUSV2/
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 87e8b57d94..3dfb7c99d7 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -145,9 +145,9 @@ exit(1); ],[ ac_cv_time_r_type=hpux ],[ - ac_cv_time_r_type=normal + ac_cv_time_r_type=SUSV2 ],[ - ac_cv_time_r_type=normal + ac_cv_time_r_type=SUSV2 ]) ]) if test "$ac_cv_time_r_type" = "hpux"; then |