Skip to content

Commit 56d2147

Browse files
committed
Restore change committed by accident
1 parent 98aa3a6 commit 56d2147

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ esac
275275

276276
dnl Mark symbols hidden by default if the compiler (for example, gcc >= 4)
277277
dnl supports it. This can help reduce the binary size and startup time.
278-
dnl AX_CHECK_COMPILE_FLAG([-fvisibility=hidden], [CFLAGS="$CFLAGS -fvisibility=hidden"])
278+
AX_CHECK_COMPILE_FLAG([-fvisibility=hidden],
279+
[CFLAGS="$CFLAGS -fvisibility=hidden"])
279280

280281
case $host_alias in
281282
*solaris*)

0 commit comments

Comments
 (0)