diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-11-04 15:30:23 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-11-04 15:30:23 +0100 |
commit | 38e5d2998d4285df3cefdbcb60e149dc2a21fa92 (patch) | |
tree | 3877f5f476db67552768bd7f79ee89935f2ed39d /configure.ac | |
parent | ee6263e6d4c07359f579ef5530c5356bfd9724a5 (diff) |
Right pc-file content
Change-Id: Ib7a273842b58d512e0f2b1c3128c96bc95617ab4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac index 24bde9d..3cd9418 100644 --- a/configure.ac +++ b/configure.ac @@ -269,21 +269,6 @@ AS_IF([test "x$enable_debug" = "xyes"], [ ]) AC_SUBST(DEBUG_CXXFLAGS) -# ============ -# Static tools -# ============ -AC_ARG_ENABLE([static-tools], - [AS_HELP_STRING([--enable-static-tools], [Link tools (binaries) statically])], - [enable_static_tools="$enableval"], - [enable_static_tools=no] -) -AS_IF([test "x$enable_static_tools" = "xyes"], [ - enable_static="yes" -], [ - AC_DISABLE_STATIC -]) -AM_CONDITIONAL(STATIC_TOOLS, [test "x$enable_static_tools" = "xyes"]) - # ============= # Documentation # ============= @@ -340,7 +325,6 @@ AC_MSG_NOTICE([ Build configuration: debug: ${enable_debug} docs: ${build_docs} - static-tools: ${enable_static_tools} werror: ${enable_werror} ============================================================================== ]) |