From 27ef4080e48ebf6bad8275ca092c84885f56c05c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 23 Jun 2020 20:31:19 +0200 Subject: use mdds-1.5 by default Change-Id: Icf09399b9c69f1fa82cfc863cd9d7396dcfd9ce5 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6c79c40..e76596c 100644 --- a/configure.ac +++ b/configure.ac @@ -24,8 +24,8 @@ AC_LANG([C++]) # Configure options # ================= AC_ARG_WITH([mdds], - AS_HELP_STRING([--with-mdds=1.4|1.2|1.0|0.x], [Specify which version of mdds to use (1.2 is the default)]), - [], [with_mdds="1.2"]) + AS_HELP_STRING([--with-mdds=1.5|1.4|1.2|1.0|0.x], [Specify which version of mdds to use (1.5 is the default)]), + [], [with_mdds="1.5"]) # =========================== # Find required base packages -- cgit v1.2.3