summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-11-16 19:15:17 -0500
committerMartin-Éric Racine <martin-eric.racine@iki.fi>2011-11-21 10:33:10 +0200
commit100576b3a0a38da7a957969745b2cf087929c478 (patch)
tree2a23295f16e790bcc5b9267e3da40dfc147556e4
parent970d142abe2fa09b294dd2bfa860fe3bbcaa8c68 (diff)
Remove broken duplicate visibility configure option
This was added by commit f762b456 in 2007 and has been since implemented in the server which returns it in XORG_CFLAGS pkg-config --cflags xorg-server The server also takes care of platforms and compilers being used. Currently the visibility is set twice and even if you disable it, it is still passed through XORG_CFLAGS. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index efe75d5..7818fc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,11 +64,6 @@ AC_ARG_ENABLE(geodegx-panel,
AC_ARG_ENABLE(werror, AC_HELP_STRING([--enable-werror],
[Treat warnings as errors (default: disabled)]),
[WERROR=$enableval], [WERROR=no])
-AC_ARG_ENABLE(visibility,
- AC_HELP_STRING([--enable-visibility],
- [Enable GCC visibility optimizations]),
- [ AMD_CFLAGS="$AMD_CFLAGS -fvisibility=hidden" ],
- [ : ])
# Define a configure option to enable/disable ztv
AC_ARG_ENABLE(ztv,