]> git.sesse.net Git - vlc/blobdiff - configure.ac
langfromtelx: remove plugin from build
[vlc] / configure.ac
index 72c5341434177025fab2c312daae39da4ea174f4..b5fcdbb57bf4f2f573dbe88c229e14d1b3d19473 100644 (file)
@@ -3155,9 +3155,6 @@ if test "${enable_freetype}" != "no"; then
       VLC_ADD_CPPFLAGS([skins2],[${FREETYPE_CFLAGS}])
       VLC_ADD_LIBS([skins2],[${FREETYPE_LIBS}])
 
-      AC_CHECK_HEADERS(Carbon/Carbon.h,
-                       [VLC_ADD_LIBS([freetype],[-Wl,-framework,Carbon])])
-
       dnl fontconfig support
       if test "${SYS}" != "mingw32"; then
           if test "${enable_fontconfig}" != "no"; then