Skip to content

Commit

Permalink
autoconf: Remove unused check for -fvisibility
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jan 31, 2024
1 parent fec1d79 commit 6dc8c86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ fi
AC_SUBST(GLOBAL_CFLAGS)
AC_SUBST(GLOBAL_LDFLAGS)

case "$GLOBAL_CFLAGS" in
*-fvisibility=hidden*)
AC_DEFINE([HAVE_FVISIBILITY], [1], [Define if compiled with -fvisibility=hidden])
esac

# check for large file support
AC_SYS_LARGEFILE

Expand Down

0 comments on commit 6dc8c86

Please sign in to comment.