]> granicus.if.org Git - php/commit
Fix AC_RUN_IFELSE calls when cross-compiling
authorPeter Kokot <peterkokot@gmail.com>
Mon, 30 Jul 2018 04:38:59 +0000 (06:38 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Mon, 30 Jul 2018 04:38:59 +0000 (06:38 +0200)
commitf2e4de8b567a632f132fe0fdc34bbb75fcf01518
treeeeab4f321ceb523d8f6134e8d7e37d732431811d
parent6399fa1eeafea21993dd42579a599e046fefc030
Fix AC_RUN_IFELSE calls when cross-compiling

AC_RUN_IFELSE program can't be run when cross-compiling. This fix removes
warnings given by autotools scripts.
acinclude.m4
build/build2.mk
ext/fileinfo/config.m4
ext/iconv/config.m4
ext/opcache/config.m4
sapi/fpm/config.m4