Commit 04773a76 authored by Gildas Bazin's avatar Gildas Bazin

configure.ac: fix build when libtool is disabled.

parent 11f44509
...@@ -5552,6 +5552,7 @@ AS_IF([test "${enable_shared_libvlc}" != "no" || test "${enable_libtool}" != "no ...@@ -5552,6 +5552,7 @@ AS_IF([test "${enable_shared_libvlc}" != "no" || test "${enable_libtool}" != "no
VLC_ADD_PLUGINS([${BUILTINS}]) VLC_ADD_PLUGINS([${BUILTINS}])
BUILTINS="" BUILTINS=""
], [ ], [
LDFLAGS_vlc="${LDFLAGS_vlc} ${LDFLAGS_libvlc}"
FILE_LIBVLC_DLL="" FILE_LIBVLC_DLL=""
]) ])
......
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