diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:56:12 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:56:12 -0500 |
commit | dc12b31ade121977ac803e6662ea0df1a8877622 (patch) | |
tree | 87a68f928ed4f588abd7623c4e0343ee90c03c9f /configure.in.in | |
parent | b976142d61e164ecd1a519bb6ff07d4dd6786873 (diff) | |
download | twin-style-crystal-dc12b31ade121977ac803e6662ea0df1a8877622.tar.gz twin-style-crystal-dc12b31ade121977ac803e6662ea0df1a8877622.zip |
Add automake support for --enable-gcc-hidden-visibility.
Diffstat (limited to 'configure.in.in')
-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 8612865..264b99a 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,3 +1,5 @@ #MIN_CONFIG +KDE_ENABLE_HIDDEN_VISIBILITY + AM_INIT_AUTOMAKE(crystal, 1.0.5) |