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
147 B
Text
Executable file
6 lines
147 B
Text
Executable file
ARG_ENABLE("test_helpers", "enable test_helpers support", "no");
|
|
|
|
if (PHP_TEST_HELPERS != "no") {
|
|
EXTENSION("test_helpers", "test_helpers.c");
|
|
}
|
|
|