diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-04 16:29:05 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-10-04 16:29:05 +0200 |
commit | d35c8bfc650faccaf770ff28c1d17e5da2e25bf2 (patch) | |
tree | b2a6dd58d207c93d06f31bfa0b0714a206b28e2c | |
parent | 4ee76c1ccaa37c937eb54306ee9665ea5a45ef47 (diff) |
Removing unused configure optionlibvisio-0.0.8
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index c1a447c..4207ee7 100644 --- a/configure.ac +++ b/configure.ac @@ -164,17 +164,6 @@ AS_IF([test "x$enable_static_tools" = "xyes"], [ AM_CONDITIONAL(STATIC_TOOLS, [test "x$enable_static_tools" = "xyes"]) # ============= -# Dummy bitmaps -# ============= -AC_ARG_WITH(dummy_bitmaps, - [AS_HELP_STRING([--with-dummy-bitmaps], - [Output dummy bitmaps of 1x1 pixels instead of the real bitmaps (speeds up the validation test)])], - [with_dummy_bitmaps="$withval"], - [with_dummy_bitmaps=no] -) -AM_CONDITIONAL([OUTPUT_DUMMY_BITMAPS], [test "x$with_dummy_bitmaps" = "xyes"]) - -# ============= # Documentation # ============= AC_ARG_WITH(docs, @@ -223,7 +212,6 @@ AC_MSG_NOTICE([ Build configuration: debug: ${enable_debug} docs: ${build_docs} - dummy-bitmaps: ${with_dummy_bitmaps} static-tools: ${enable_static_tools} werror: ${enable_werror} ============================================================================== |