summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-10-26 15:44:09 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-10-26 15:44:09 -0500
commit97bf752685024fc3f8f8ecf93ff81e963ed1e919 (patch)
treefa9b3ca5a461357e53a63b441cd82b178966c293
parentd7c92904331baab5818bcd5829cf44845acaf384 (diff)
downloadtderadio-97bf752685024fc3f8f8ecf93ff81e963ed1e919.tar.gz
tderadio-97bf752685024fc3f8f8ecf93ff81e963ed1e919.zip
Add automake support for --enable-gcc-hidden-visibility.
-rw-r--r--configure.in.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in
index 49e3383..3e68d92 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -3,6 +3,8 @@
# can compile without KDE, optionally)
AM_CONDITIONAL(KDE_INSTALLED, test "$have_kde" = "yes")
+KDE_ENABLE_HIDDEN_VISIBILITY
+
dnl Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC