Skip to content

Commit 1ce945e

Browse files
jufajardinivictorjulien
authored andcommitted
configure/qa-simulation: explicitly declare default
This is needed to generate the `--build-info` report. Related to Ticket OISF#7885 (cherry picked from commit 41834f0)
1 parent 831be60 commit 1ce945e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539

540540
# enable qa-simulation mode -- disabled by default
541541
AC_ARG_ENABLE(qa-simulation,
542-
AS_HELP_STRING([--enable-qa-simulation], [Enable qa-simulation mode]))
542+
AS_HELP_STRING([--enable-qa-simulation], [Enable qa-simulation mode]), [enable_qa_simulation=$enableval],[enable_qa_simulation=no])
543543
AS_IF([test "x$enable_qa_simulation" = "xyes"], [
544544
AC_DEFINE([QA_SIMULATION],[1],[Enable qa-simulation mode])
545545
])

0 commit comments

Comments
 (0)