Seemed easier than trying to figure out how to force the prompt to accept the unknown IP (perhaps not possible at all as it is part of SSH?). `yes` didn't work, unfortunately.
6 lines
235 B
Text
Executable file
6 lines
235 B
Text
Executable file
PHP_ARG_ENABLE(test_helpers, whether to enable test_helpers support,
|
|
[ --enable-test-helpers Enable test_helpers support])
|
|
|
|
if test "$PHP_TEST_HELPERS" != "no"; then
|
|
PHP_NEW_EXTENSION(test_helpers, test_helpers.c, $ext_shared)
|
|
fi
|