1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

Restore change committed by accident

This commit is contained in:
Xinchen Hui
2018-01-15 21:30:56 +08:00
parent 98aa3a65c4
commit 56d2147cbb
+2 -1
View File
@@ -275,7 +275,8 @@ esac
dnl Mark symbols hidden by default if the compiler (for example, gcc >= 4)
dnl supports it. This can help reduce the binary size and startup time.
dnl AX_CHECK_COMPILE_FLAG([-fvisibility=hidden], [CFLAGS="$CFLAGS -fvisibility=hidden"])
AX_CHECK_COMPILE_FLAG([-fvisibility=hidden],
[CFLAGS="$CFLAGS -fvisibility=hidden"])
case $host_alias in
*solaris*)