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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user