From: Gildas Bazin Date: Mon, 4 Dec 2006 21:17:32 +0000 (+0000) Subject: configure.ac: fix build when libtool is disabled. X-Git-Tag: 0.9.0-test0~9080 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=04773a76777492eb48a8a1cfc05835ff70279fa3;p=vlc configure.ac: fix build when libtool is disabled. --- diff --git a/configure.ac b/configure.ac index f301e3e512..012473b018 100644 --- a/configure.ac +++ b/configure.ac @@ -5552,6 +5552,7 @@ AS_IF([test "${enable_shared_libvlc}" != "no" || test "${enable_libtool}" != "no VLC_ADD_PLUGINS([${BUILTINS}]) BUILTINS="" ], [ + LDFLAGS_vlc="${LDFLAGS_vlc} ${LDFLAGS_libvlc}" FILE_LIBVLC_DLL="" ])