pickles/vendors/php-test-helpers/config.m4
Joshua Sherman 8f3c623e5d Added php-test-helpers to the vendors directory
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.
2014-01-12 16:25:52 -05:00

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