1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3'

This commit is contained in:
Levi Morrison
2023-10-02 08:55:49 -06:00

View File

@@ -194,7 +194,7 @@ dnl Various checks for GD features
PHP_TEST_BUILD(foobar, [], [
AC_MSG_ERROR([GD build test failed. Please check the config.log for details.])
], [ $GD_SHARED_LIBADD ], [char foobar () {}])
], [ $GD_SHARED_LIBADD ], [char foobar(void) { return '\0'; }])
else
extra_sources="gd_compat.c"