21
21
AS_IF([test "x$with_php" != "xno"],[
22
22
dnl We explicitly requested PHP build. Fail on too-young SWIG.
23
23
AS_IF([test "x$SWIG_CAN_BUILD_PHP" != "xyes"],
25
25
AS_IF([test "x$with_php" != "xyes"],
26
26
[ac_check_php_config=$with_php],
27
27
[ac_check_php_config="php-config php-config5"])