diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:23:42 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:23:42 -0500 |
commit | 929d826781558d8e331f83c44845b51258070f88 (patch) | |
tree | 7342d71b734ff0d32560d1d9cc5fcbc8041d9ac1 /configure.in.in | |
parent | 96513ffe85cfc94ba77eb8649112804a68d5f517 (diff) | |
download | filelight-929d826781558d8e331f83c44845b51258070f88.tar.gz filelight-929d826781558d8e331f83c44845b51258070f88.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 |