diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 186c711..7ef48a4 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,12 @@ 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"]) + # Create configured output AC_CONFIG_FILES([Makefile test/Makefile]) AC_OUTPUT |