Skip to content
Snippets Groups Projects
Commit 51ac1142 authored by Ds886's avatar Ds886 Committed by Steve Lhomme
Browse files

configure: remove unneeded libtar


(cherry picked from commit 53ec4c4d)
Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent b12613a8
No related branches found
No related tags found
1 merge request!6942[3.0] configure: remove unneeded libtar
Pipeline #571115 passed with stages
in 23 minutes and 30 seconds
......@@ -3935,14 +3935,6 @@ AS_IF([test "${enable_skins2}" != "no"], [
])
AM_CONDITIONAL(BUILD_SKINS, [test "${enable_skins2}" = "yes"])
AC_ARG_ENABLE(libtar,
[ --enable-libtar libtar support for skins2 (default auto)])
AS_IF([test "${enable_skins2}" = "yes" && test "${enable_libtar}" != "no"], [
AC_CHECK_HEADERS(libtar.h, [
VLC_ADD_LIBS([skins2],[-ltar])
])
])
dnl
dnl MacOS X gui module
dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment