Skip to content

Commit 6dc8c86

Browse files
committed
autoconf: Remove unused check for -fvisibility
1 parent fec1d79 commit 6dc8c86

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

configure.ac

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ fi
149149
AC_SUBST(GLOBAL_CFLAGS)
150150
AC_SUBST(GLOBAL_LDFLAGS)
151151

152-
case "$GLOBAL_CFLAGS" in
153-
*-fvisibility=hidden*)
154-
AC_DEFINE([HAVE_FVISIBILITY], [1], [Define if compiled with -fvisibility=hidden])
155-
esac
156-
157152
# check for large file support
158153
AC_SYS_LARGEFILE
159154

0 commit comments

Comments
 (0)