summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-09 23:20:56 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-09 23:20:56 +0200
commite03e0597d092eb30b0c5fbf04d2d342d14a67764 (patch)
tree175744a6efa276e76aa1dec382d72212c3935766 /configure
parentf910c8c9d8f7f35797bbebc0c834d7176a104e45 (diff)
parent2347661b0e50ec56d5c7480f5b4cf5753d2e0278 (diff)
downloadmpv-e03e0597d092eb30b0c5fbf04d2d342d14a67764.tar.bz2
mpv-e03e0597d092eb30b0c5fbf04d2d342d14a67764.tar.xz
Merge svn changes up to r30570
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index aba8fa7d0a..f7512ff892 100755
--- a/configure
+++ b/configure
@@ -6130,6 +6130,9 @@ if test "$_fontconfig" = auto ; then
#include <stdio.h>
#include <stdlib.h>
#include <fontconfig/fontconfig.h>
+#if FC_VERSION < 20402
+#error At least version 2.4.2 of fontconfig required
+#endif
int main(void) {
int err = FcInit();
if (err == FcFalse) {