diff options
author | Darrell Anderson <[email protected]> | 2012-10-26 15:33:26 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-26 15:33:26 -0500 |
commit | 774bbe19c335a729e8cc14f401f29a016bfa5534 (patch) | |
tree | ef94daa894d6dbb2606365f19d874ca70b2b23ae /configure.in.in | |
parent | 627b7f36c18b849c6de39e9b3389684db2645c8d (diff) | |
download | kile-774bbe19c335a729e8cc14f401f29a016bfa5534.tar.gz kile-774bbe19c335a729e8cc14f401f29a016bfa5534.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 |