mirror of
https://github.com/php/php-src.git
synced 2026-04-21 15:08:16 +02:00
36527eccbb
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.