File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -547,13 +547,9 @@ PHP_CHECK_CPU_SUPPORTS([avx2])
547
547
dnl Check for structure members.
548
548
AC_CHECK_MEMBERS ( [ struct tm.tm_gmtoff] ,,,[ #include <time.h>] )
549
549
AC_CHECK_MEMBERS ( [ struct stat.st_blksize, struct stat.st_rdev] )
550
- dnl AC_STRUCT_ST_BLOCKS will screw QNX because fileblocks.o does not exist. The
551
- dnl WARNING_LEVEL required because cc in QNX hates -w option without an argument
550
+ dnl AC_STRUCT_ST_BLOCKS will screw QNX because fileblocks.o does not exist.
552
551
if test "`uname -s 2>/dev/null`" != "QNX"; then
553
552
AC_STRUCT_ST_BLOCKS
554
- else
555
- AC_MSG_WARN ( [ warnings level for cc set to 0] )
556
- WARNING_LEVEL=0
557
553
fi
558
554
559
555
dnl Checks for types.
@@ -1429,7 +1425,6 @@ PHP_SUBST_OLD(PHP_VERSION)
1429
1425
PHP_SUBST_OLD(PHP_VERSION_ID)
1430
1426
PHP_SUBST(SHELL)
1431
1427
PHP_SUBST(SHARED_LIBTOOL)
1432
- PHP_SUBST(WARNING_LEVEL)
1433
1428
PHP_SUBST(PHP_FRAMEWORKS)
1434
1429
PHP_SUBST(PHP_FRAMEWORKPATH)
1435
1430
PHP_SUBST(INSTALL_HEADERS)
You can’t perform that action at this time.
0 commit comments