diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-04-23 15:29:56 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-04-23 21:08:26 -0400 |
commit | c72f76fcd1107a2e5542b9a43fc535914a210b17 (patch) | |
tree | 9a57c82f94197371899b17938a0398f33a1f3f99 /configure.ac | |
parent | 91303658fb33066c57aed04ac31fd3998f11f069 (diff) |
Set mdds 0.10.3 as the new package requirement.
Change-Id: Ide0e10fa528d53a7e732d00b54c940111beebe19
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6db63ce049f8..e14c6f2b4f3a 100644 --- a/configure.ac +++ b/configure.ac @@ -8614,7 +8614,7 @@ AC_SUBST(SYSTEM_BOOST) dnl =================================================================== dnl Check for system mdds dnl =================================================================== -libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds >= 0.10.2], ["-I${WORKDIR}/UnpackedTarball/mdds/include"]) +libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds >= 0.10.3], ["-I${WORKDIR}/UnpackedTarball/mdds/include"]) dnl =================================================================== dnl Check for system glm |