diff options
author | Nikias Bassen | 2024-01-31 02:49:38 +0100 |
---|---|---|
committer | Nikias Bassen | 2024-01-31 02:49:38 +0100 |
commit | 6dc8c86632cf039fcfcb5f8c4537ab8d5612a2c5 (patch) | |
tree | 91cba9bf106652b45d7dbf7f3f7887b4d2d71c9a | |
parent | fec1d79ee5ff7def2d2208767fb31ce5978f587c (diff) | |
download | libirecovery-6dc8c86632cf039fcfcb5f8c4537ab8d5612a2c5.tar.gz libirecovery-6dc8c86632cf039fcfcb5f8c4537ab8d5612a2c5.tar.bz2 |
autoconf: Remove unused check for -fvisibility
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index fdecca3..3b0208c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |