diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:36:33 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:36:33 -0500 |
commit | 11835f424e0943faa55426e027cd81f38c4a8dd0 (patch) | |
tree | 3fc3a5f46c49a3f027ed3282633db2a1fd1296e3 | |
parent | a0c2133f340f66e68020ae813edb0c83f9a44702 (diff) | |
download | knemo-11835f424e0943faa55426e027cd81f38c4a8dd0.tar.gz knemo-11835f424e0943faa55426e027cd81f38c4a8dd0.zip |
Add automake support for --enable-gcc-hidden-visibility.
-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 |