diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:42:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:42:52 -0500 |
commit | 2afd001208ebe2044f83aceaeb47b99a8f71254a (patch) | |
tree | 739a2e7b7fba0304070816e9fc7379001dbef633 /configure.in.in | |
parent | 22bc983385c1de2744a2ea44da64df11cf3ee5b6 (diff) | |
download | konversation-2afd001208ebe2044f83aceaeb47b99a8f71254a.tar.gz konversation-2afd001208ebe2044f83aceaeb47b99a8f71254a.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 a781b76..038ef13 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,4 +1,6 @@ #MIN_CONFIG(3.2) +KDE_ENABLE_HIDDEN_VISIBILITY +KDE_INIT_DOXYGEN([KDE Utils API Reference], [Version $VERSION]) CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" if test "$build_arts" = "yes"; then |