diff options
author | 2024-01-31 02:49:38 +0100 | |
---|---|---|
committer | 2024-01-31 02:49:38 +0100 | |
commit | 6dc8c86632cf039fcfcb5f8c4537ab8d5612a2c5 (patch) | |
tree | 91cba9bf106652b45d7dbf7f3f7887b4d2d71c9a /configure.ac | |
parent | fec1d79ee5ff7def2d2208767fb31ce5978f587c (diff) | |
download | libirecovery-6dc8c86632cf039fcfcb5f8c4537ab8d5612a2c5.tar.gz libirecovery-6dc8c86632cf039fcfcb5f8c4537ab8d5612a2c5.tar.bz2 |
autoconf: Remove unused check for -fvisibility
Diffstat (limited to 'configure.ac')
-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 | |||
149 | AC_SUBST(GLOBAL_CFLAGS) | 149 | AC_SUBST(GLOBAL_CFLAGS) |
150 | AC_SUBST(GLOBAL_LDFLAGS) | 150 | AC_SUBST(GLOBAL_LDFLAGS) |
151 | 151 | ||
152 | case "$GLOBAL_CFLAGS" in | ||
153 | *-fvisibility=hidden*) | ||
154 | AC_DEFINE([HAVE_FVISIBILITY], [1], [Define if compiled with -fvisibility=hidden]) | ||
155 | esac | ||
156 | |||
157 | # check for large file support | 152 | # check for large file support |
158 | AC_SYS_LARGEFILE | 153 | AC_SYS_LARGEFILE |
159 | 154 | ||