summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 21fcde9..efdd0b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,16 +55,6 @@ AS_IF([test "x$enable_oe_sdk" == "xyes"],
AC_SUBST([OESDK_TESTCASE_FLAGS], [$testcase_flags])
)
-# Do you want to include the example blob handler?
-AC_ARG_ENABLE([example],
- AS_HELP_STRING([--enable-example], [Enable example blob handler])
-)
-AM_CONDITIONAL(ENABLE_EXAMPLE, [test "x$enable_example" = "xyes"])
-AS_IF([test "x$enable_example" = "xyes"],
- [AC_DEFINE(ENABLE_EXAMPLE, [1], [Build and install the example handler.])],
- [AC_DEFINE(ENABLE_EXAMPLE, [0], [Do not build and install the example handler.])]
-)
-
# Create configured output
AC_CONFIG_FILES([Makefile test/Makefile])
AC_OUTPUT
OpenPOWER on IntegriCloud