summaryrefslogtreecommitdiff
path: root/ext/standard/config.m4
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-27 01:41:32 +0000
committerMarcus Boerger <helly@php.net>2004-03-27 01:41:32 +0000
commite4a6365181d52e013f935f417daf687898b979cb (patch)
tree4c6f4847eb11d1af1f4207aa7651226295d07f98 /ext/standard/config.m4
parent78900ab0f97c7a01744fd0e9fcade7b04dd14606 (diff)
downloadphp-git-e4a6365181d52e013f935f417daf687898b979cb.tar.gz
Move defines to proper location
Diffstat (limited to 'ext/standard/config.m4')
-rw-r--r--ext/standard/config.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/standard/config.m4 b/ext/standard/config.m4
index b45ef8e7c0..a2e1e05276 100644
--- a/ext/standard/config.m4
+++ b/ext/standard/config.m4
@@ -354,10 +354,10 @@ int main(int argc, char** argv)
],[
ac_cv_atof_accept_nan=no
])
- if test "$ac_cv_atof_accept_nan" = "yes"; then
- AC_DEFINE([HAVE_ATOF_ACCEPTS_NAN], 1, [whether atof() accepts NAN])
- fi
])
+if test "$ac_cv_atof_accept_nan" = "yes"; then
+ AC_DEFINE([HAVE_ATOF_ACCEPTS_NAN], 1, [whether atof() accepts NAN])
+fi
AC_CACHE_CHECK(whether atof() accepts INF, ac_cv_atof_accept_inf,[
AC_TRY_RUN([
@@ -386,10 +386,10 @@ int main(int argc, char** argv)
],[
ac_cv_atof_accept_inf=no
])
- if test "$ac_cv_atof_accept_inf" = "yes"; then
- AC_DEFINE([HAVE_ATOF_ACCEPTS_INF], 1, [whether atof() accepts INF])
- fi
])
+if test "$ac_cv_atof_accept_inf" = "yes"; then
+ AC_DEFINE([HAVE_ATOF_ACCEPTS_INF], 1, [whether atof() accepts INF])
+fi
PHP_CHECK_I18N_FUNCS