Skip to content

Commit a3d806c

Browse files
petkderickr
authored andcommitted
Remove unused autotools macro AC_COMPILE_CHECK_SIZEOF
The AC_COMPILE_CHECK_SIZEOF is from the GNU Autoconf Archive and was renamed to AX_COMPILE_CHECK_SIZEOF. However this macro is not used in current MongoDB PHP extension nor in the mongo-c-driver dependency anymore.
1 parent 589590e commit a3d806c

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ if test "$PHP_MONGODB" != "no"; then
246246
])
247247

248248
dnl Avoid using AC_CONFIG_MACRO_DIR, which might conflict with PHP
249-
_include([scripts/autotools/m4/ac_compile_check_sizeof.m4])
250249
_include([scripts/autotools/m4/as_var_copy.m4])
251250
_include([scripts/autotools/m4/ax_check_compile_flag.m4])
252251
_include([scripts/autotools/m4/ax_prototype.m4])

scripts/autotools/m4/ac_compile_check_sizeof.m4

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)