diff options
| author | dequis <dx@dxzone.com.ar> | 2014-09-27 11:54:35 -0300 | 
|---|---|---|
| committer | dequis <dx@dxzone.com.ar> | 2014-09-27 11:54:35 -0300 | 
| commit | d3483776b4b7f45b99127240d76f3c978c260ca2 (patch) | |
| tree | 7d3ba5018f34f45533eba7a9e15c907d3bc7e425 | |
| parent | 286cd480d844475d545ca90e422e4a0f72f851ca (diff) | |
Add -lgcrypt when building with OTR built-in
Needed when building without gnutls (which already depends on gcrypt)
| -rwxr-xr-x | configure | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
