configure/qa-simulation: explicitly declare default

This is needed to generate the `--build-info` report.

Related to
Ticket #7885
pull/15112/head
Juliana Fajardini 4 weeks ago committed by Victor Julien
parent 6f0bb39aaa
commit 41834f0a05

@ -512,7 +512,7 @@
# enable qa-simulation mode -- disabled by default
AC_ARG_ENABLE(qa-simulation,
AS_HELP_STRING([--enable-qa-simulation], [Enable qa-simulation mode]))
AS_HELP_STRING([--enable-qa-simulation], [Enable qa-simulation mode]), [enable_qa_simulation=$enableval],[enable_qa_simulation=no])
AS_IF([test "x$enable_qa_simulation" = "xyes"], [
AC_DEFINE([QA_SIMULATION],[1],[Enable qa-simulation mode])
])

Loading…
Cancel
Save