summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac12
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}
==============================================================================