diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:43:28 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:43:28 -0500 |
commit | 1f7396a9a89ee97cfb0ab9bcc3567c6ef07513b1 (patch) | |
tree | ccc90ab4603301293a6fd39561a32b924dee14d9 /configure.in.in | |
parent | afa908a764b9244943bf1fd1c9086f7849c35c12 (diff) | |
download | kpilot-1f7396a9a89ee97cfb0ab9bcc3567c6ef07513b1.tar.gz kpilot-1f7396a9a89ee97cfb0ab9bcc3567c6ef07513b1.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 79d4ecb..d122d05 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,4 +1,5 @@ #MIN_CONFIG(3.3) +KDE_ENABLE_HIDDEN_VISIBILITY AC_HEADER_DIRENT AC_HEADER_STDC AC_CHECK_HEADERS(fcntl.h sys/sysctl.h sys/param.h sys/time.h sys/types.h unistd.h values.h sys/limits.h err.h sys/cdefs.h) |