jani Mon Aug 25 12:14:48 2008 UTC
Modified files:
/php-src/ext/standard config.m4
Log:
- Nuke duplicate macro call
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/config.m4?r1=1.90&r2=1.91&diff_format=u
Index: php-src/ext/standard/config.m4
diff -u php-src/ext/standard/config.m4:1.90 php-src/ext/standard/config.m4:1.91
--- php-src/ext/standard/config.m4:1.90 Sat Aug 23 13:57:01 2008
+++ php-src/ext/standard/config.m4 Mon Aug 25 12:14:48 2008
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.90 2008/08/23 13:57:01 lbarnaud Exp $ -*- autoconf -*-
+dnl $Id: config.m4,v 1.91 2008/08/25 12:14:48 jani Exp $ -*- autoconf -*-
divert(3)dnl
@@ -482,8 +482,6 @@
AC_DEFINE([HAVE_U_INT32_T], 1, [Define if your system has u_int32_t in
sys/types.h])
fi
-AC_C_INLINE
-
dnl
dnl Setup extension sources
dnl
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php