[vlc-commits] Configure: do not warn about missing fontconfig on OSX/iOS

Jean-Baptiste Kempf git at videolan.org
Thu Oct 13 22:35:20 CEST 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 13 22:34:38 2016 +0200| [ae5b70293c473cc6be87c07a6a0b7865fe1d7b12] | committer: Jean-Baptiste Kempf

Configure: do not warn about missing fontconfig on OSX/iOS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ae5b70293c473cc6be87c07a6a0b7865fe1d7b12
---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 833a76b..900286c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3238,7 +3238,7 @@ if test "${enable_freetype}" != "no"; then
       VLC_ADD_LIBS([skins2],[${FREETYPE_LIBS}])
 
       dnl fontconfig support
-      if test "${SYS}" != "mingw32"; then
+      if test "${SYS}" != "mingw32" -a "${SYS}" != "darwin" ; then
           if test "${enable_fontconfig}" != "no"; then
             AC_CHECK_HEADERS(fontconfig/fontconfig.h, [
               have_fontconfig="yes"



More information about the vlc-commits mailing list