diff options
author | Darrell Anderson <[email protected]> | 2012-10-26 15:25:30 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-26 15:25:30 -0500 |
commit | 2e04f6c7ca00f7e85243edae0111956c9875847f (patch) | |
tree | add7f6c99ef5646f1b5409aa1bcb77c455b287b0 /configure.in.in | |
parent | 4d5f999da1e697c26eb3b944f00b046f19ed8926 (diff) | |
download | katapult-2e04f6c7ca00f7e85243edae0111956c9875847f.tar.gz katapult-2e04f6c7ca00f7e85243edae0111956c9875847f.zip |
Add automake support for --enable-gcc-hidden-visibility.
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in index a47e6de..c613e40 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,4 +1,5 @@ #MIN_CONFIG(3.2) +KDE_ENABLE_HIDDEN_VISIBILITY CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" if test "$build_arts" = "yes"; then |