Skip to content

Commit 847c745

Browse files
authored
Remove Autoconf check for C99 header stdint.h (#13444)
This removes the redundant check that defines the HAVE_STDINT_H symbol, which is used in the ext/date/lib and ext/fileinfo/libmagic but on both places patches and other header files take care of this so it is always included unconditionally in php-src. Autoconf by default still automatically checks for stdint.h internally in current versions, so for now the HAVE_STDINT_H symbol is still defined in php_config.h and will be made redundant along the way.
1 parent b41a502 commit 847c745

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ dnl ----------------------------------------------------------------------------
383383

384384
dnl QNX requires unix.h to allow functions in libunix to work properly.
385385
AC_CHECK_HEADERS([ \
386-
stdint.h \
387386
dirent.h \
388387
sys/param.h \
389388
sys/types.h \

0 commit comments

Comments
 (0)