diff options
author | David Tardon <dtardon@redhat.com> | 2020-06-23 20:31:19 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2021-02-20 19:39:20 +0100 |
commit | 27ef4080e48ebf6bad8275ca092c84885f56c05c (patch) | |
tree | 3bdac262552953205eb3f335c14f5aca496bbcce | |
parent | 14144c163dff19ca9f52a087deaf2518ee15128a (diff) |
use mdds-1.5 by default
Change-Id: Icf09399b9c69f1fa82cfc863cd9d7396dcfd9ce5
-rw-r--r-- | configure.ac | 4 |
1 files 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 |