diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:42:01 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:42:01 -0500 |
commit | ef96ac8e59d2a6a9d9e49af824f7b32986c1e3d9 (patch) | |
tree | 1e88f1f02c48384eaa7455bc99ba4732b2da3c20 | |
parent | 7227f5a342ea4a7317d74b43e90f798d19d6ddb4 (diff) | |
download | koffice-ef96ac8e59d2a6a9d9e49af824f7b32986c1e3d9.tar.gz koffice-ef96ac8e59d2a6a9d9e49af824f7b32986c1e3d9.zip |
Add automake support for --enable-gcc-hidden-visibility.
-rw-r--r-- | configure.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in index 7a788e3a..01eed782 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,5 +1,7 @@ #MIN_CONFIG(3.3) +KDE_ENABLE_HIDDEN_VISIBILITY + # Remember to synchronize the version number with the file koffice/lib/kofficecore/kofficeversion.h AM_INIT_AUTOMAKE(koffice, "1.6.3") |