summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2017-06-14 20:28:42 +0300
committerDmitry Osipenko <digetx@gmail.com>2017-06-14 20:28:42 +0300
commitb0de4419cf1f6e3b822255bb82d76520af8b120d (patch)
tree042e8e6c27d53cfdfd87d652de937e6c989b5af6 /configure.ac
parent5977b95966730b0b71ed0161d9cb3eaa639e5d73 (diff)
Remove gl_VISIBILITY from configure.ac
The check of visibility compiler flag support is only appropriate to a very old versions of gcc. None of the todays distributions support such an old version, however the autotools without the gl_VISIBILITY support isn't rareness.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f011d30..4444747 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,6 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LIBTOOL
PKG_PROG_PKG_CONFIG
-gl_VISIBILITY
# Checks for dependencies.
PKG_CHECK_MODULES(X11, x11)