From: Geoffroy Couprie Date: Mon, 12 Oct 2009 18:02:02 +0000 (+0200) Subject: Fix windows build (undefined reference to gpg_error_*) X-Git-Tag: 1.1.0-ff~2913 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f865a8169457c8fa934782974e1b21c534bf0744;p=vlc Fix windows build (undefined reference to gpg_error_*) --- diff --git a/configure.ac b/configure.ac index 96ac1b0b9b..c350c6d13f 100644 --- a/configure.ac +++ b/configure.ac @@ -4679,7 +4679,7 @@ then then AC_MSG_ERROR([libgcrypt is required for update checking system]) fi - VLC_ADD_LIBS([libvlccore], [${GCRYPT_LIBS}]) + VLC_ADD_LIBS([libvlccore], [${GCRYPT_LIBS} -lgpg-error]) VLC_ADD_CFLAGS([libvlccore], [${GCRYPT_CFLAGS}]) AC_DEFINE([UPDATE_CHECK], 1, [Define if you want to use the VLC update mechanism]) fi