helly Fri Mar 26 20:41:46 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard config.m4
Log:
MFH: Move defines to proper location
http://cvs.php.net/diff.php/php-src/ext/standard/config.m4?r1=1.47.2.6&r2=1.47.2.7&ty=u
Index: php-src/ext/standard/config.m4
diff -u php-src/ext/standard/config.m4:1.47.2.6 php-src/ext/standard/config.m4:1.47.2.7
--- php-src/ext/standard/config.m4:1.47.2.6 Fri Mar 26 20:17:06 2004
+++ php-src/ext/standard/config.m4 Fri Mar 26 20:41:46 2004
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.47.2.6 2004/03/27 01:17:06 helly Exp $ -*- sh -*-
+dnl $Id: config.m4,v 1.47.2.7 2004/03/27 01:41:46 helly Exp $ -*- sh -*-
divert(3)dnl
@@ -291,10 +291,10 @@
],[
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([
@@ -323,10 +323,10 @@
],[
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_NEW_EXTENSION(standard, array.c base64.c basic_functions.c browscap.c crc32.c
crypt.c \
cyr_convert.c datetime.c dir.c dl.c dns.c exec.c file.c
filestat.c \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php