diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-09-21 09:47:35 -0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-21 23:23:23 +0900 |
commit | fe571d436acf6e03284406a4793465dcc7450fcb (patch) | |
tree | d3d98fb02d09f24b67f850b6659a6403ebdbe252 /configure.ac | |
parent | da34ca7e7ca4a26d01da047caf8a91ab97a26c10 (diff) | |
download | connman-fe571d436acf6e03284406a4793465dcc7450fcb.tar.gz connman-fe571d436acf6e03284406a4793465dcc7450fcb.tar.bz2 connman-fe571d436acf6e03284406a4793465dcc7450fcb.zip |
Simplify linker script
Version linker scripts support function names and globs, so there's no
need to rely on nm tool to gather the exported symbols.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 6d960666..24c61ff4 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,6 @@ AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CC_PIE AC_PROG_INSTALL -AC_PROG_SED -AC_PROG_AWK AM_PROG_MKDIR_P m4_define([_LT_AC_TAGCONFIG], []) @@ -32,7 +30,6 @@ m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])]) AC_DISABLE_STATIC AC_PROG_LIBTOOL -AC_PROG_NM AC_ARG_ENABLE(optimization, AC_HELP_STRING([--disable-optimization], [disable code optimization through compiler]), [ |