vlc | branch: master | Jean-Baptiste Kempf <j...@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"

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to