From 017f89e871a8411765b82cecd09c355377f3a8df Mon Sep 17 00:00:00 2001 From: Levi Morrison Date: Fri, 20 Mar 2015 11:58:58 -0600 Subject: Move check for __builtin_expect to configure This allows __builtin_expect to be used more accurately --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 06db0a7c50..8f9844dc10 100644 --- a/configure.in +++ b/configure.in @@ -575,6 +575,9 @@ PHP_CHECK_SIZEOF(ptrdiff_t, 8) dnl Check stdint types (must be after header check) PHP_CHECK_STDINT_TYPES +dnl Check __builtin_expect +PHP_CHECK_BUILTIN_EXPECT + dnl Check for members of the stat structure AC_STRUCT_ST_BLKSIZE dnl AC_STRUCT_ST_BLOCKS will screw QNX because fileblocks.o does not exists -- cgit v1.2.1