diff options
author | Darrell Anderson <[email protected]> | 2012-10-26 15:38:47 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-26 15:38:47 -0500 |
commit | 1b3d219def1c3cd97bba81d33e3ab0eae17ee365 (patch) | |
tree | 3cc6cd0f3aea8ee95bc9ded4b7d3ff7800493498 /configure.in.in | |
parent | 51020661b198726b29c585f03d9d6a96643a444f (diff) | |
download | knetstats-1b3d219def1c3cd97bba81d33e3ab0eae17ee365.tar.gz knetstats-1b3d219def1c3cd97bba81d33e3ab0eae17ee365.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 a781b76..88cd52f 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 |