configure/qa-simulation: explicitly declare default

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

Related to
Ticket #7885

(cherry picked from commit 41834f0a05)
pull/15139/head
Juliana Fajardini 6 months ago committed by Victor Julien
parent 831be60a57
commit 1ce945e230

@ -539,7 +539,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