From d3483776b4b7f45b99127240d76f3c978c260ca2 Mon Sep 17 00:00:00 2001 From: dequis Date: Sat, 27 Sep 2014 11:54:35 -0300 Subject: Add -lgcrypt when building with OTR built-in Needed when building without gnutls (which already depends on gcrypt) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 9ac18d85..71502aa4 100755 --- a/configure +++ b/configure @@ -607,7 +607,7 @@ fi if [ "$otr" = 1 ]; then # BI == built-in echo '#define OTR_BI' >> config.h - echo "EFLAGS+=-L${otrprefix}/lib -lotr" >> Makefile.settings + echo "EFLAGS+=-L${otrprefix}/lib -lotr -lgcrypt" >> Makefile.settings echo "CFLAGS+=-I${otrprefix}/include" >> Makefile.settings echo 'OTR_BI=otr.o' >> Makefile.settings elif [ "$otr" = "plugin" ]; then -- cgit v1.2.3