mirror of https://github.com/php/php-src
Browse Source
Note: AC_TRY_LINK interprets the source as part of a main function, ending up with int main() { /* ... */ int main() { /* ... */ } ; return 0; } here - Using AC_LINK_IFELSE with AC_LANG_SOURCE directly instead.
pull/2188/head
1 changed files with 2 additions and 3 deletions
Loading…
Reference in new issue