diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:14:44 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:14:44 -0500 |
commit | fbc8a8212f295307b8da421cbcd19dcae00ccc53 (patch) | |
tree | 6416c291e02c6078fde0cee8983c2a547698aaf6 /configure.in.in | |
parent | 58811bfb048d87dbaf66b0fc397b900cb4b5c0a5 (diff) | |
download | tdeedu-fbc8a8212f295307b8da421cbcd19dcae00ccc53.tar.gz tdeedu-fbc8a8212f295307b8da421cbcd19dcae00ccc53.zip |
Add automake support for --enable-gcc-hidden-visibility.
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in index 7795a7af..d158b5f0 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,4 +1,6 @@ #MIN_CONFIG +KDE_ENABLE_HIDDEN_VISIBILITY +KDE_INIT_DOXYGEN([KDE Utils API Reference], [Version $VERSION]) CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" AC_CHECK_SETENV AC_CHECK_UNSETENV |