explicitly link the upnp_intel plugin against ixml to make libtool happy

parent 7f2cb95b
......@@ -4436,7 +4436,7 @@ AS_IF([test "x${enable_upnp}" != "xno"], [
AC_MSG_ERROR([cannot find Intel UPnP SDK (libupnp)])
])
AS_IF([test "${has_upnp}" = "yes"], [
VLC_ADD_LDFLAGS([upnp_intel], [-lupnp])
VLC_ADD_LDFLAGS([upnp_intel], [-lupnp -lixml])
])
], [
has_upnp="no"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment