diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-16 11:05:51 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-04-16 11:05:51 -0500 |
commit | 021f7cbf909f318734affab8c90d463ea6c2942d (patch) | |
tree | a54d618e5f70097f2dc6336d2fd90c60e688c8fc | |
parent | 4782580443274f7ee32d1b5d4eaf93f3a360068d (diff) | |
download | amarok-021f7cbf909f318734affab8c90d463ea6c2942d.tar.gz amarok-021f7cbf909f318734affab8c90d463ea6c2942d.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 144aef9e..6327bdce 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,4 +1,5 @@ #MIN_CONFIG(3.3) +KDE_ENABLE_HIDDEN_VISIBILITY CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" if test "$build_arts" = "yes"; then |