diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-11-19 13:07:48 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-11-19 13:07:48 +0100 |
commit | fe73d7d8854efda86d4d09757874c48352e6b247 (patch) | |
tree | 64104b409f7a50ae3c434034bf3c956f8b5d88a7 /configure.ac | |
parent | 68dd5828052a965a7c8e84d0b8c9d4996ff3f410 (diff) | |
download | libmnl-fe73d7d8854efda86d4d09757874c48352e6b247.tar.gz libmnl-fe73d7d8854efda86d4d09757874c48352e6b247.zip |
build: tag function headers rather than decls as exported
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6373fab..74efa45 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ dnl Process this file with autoconf to create configure. AC_INIT([libmnl], [1.0.0-beta0]) AC_CANONICAL_TARGET AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2 1.6 subdir-objects]) AC_PROG_CC @@ -10,7 +11,7 @@ AM_PROG_CC_C_O AC_EXEEXT AC_DISABLE_STATIC LT_INIT -gl_VISIBILITY +CHECK_GCC_FVISIBILITY case $target in *-*-linux*) ;; *) AC_MSG_ERROR([Linux only, dude!]);; |