Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 602404 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-4 / +8 lines)
Lines 399-408 if test x"$gpgmecfg" != xno ; then Link Here
399
		have_smime=no
399
		have_smime=no
400
	fi
400
	fi
401
	if test x"$gpgmecfg" != xno ; then
401
	if test x"$gpgmecfg" != xno ; then
402
		BALSA_LIBS="$BALSA_LIBS `$gpgmecfg --thread=pthread --libs`"
402
	        if test \( $gpgme_ve -eq 1 \) -a \( $gpgme_ma -lt 8 \) ; then
403
		if test x"$?" != x0 ; then
403
		        BALSA_LIBS="$BALSA_LIBS `$gpgmecfg --thread=pthread --libs`"
404
			AC_MSG_ERROR([*** You enabled gpgme support, but your gpgme installation does not support threads.])
404
		        if test x"$?" != x0 ; then
405
		fi
405
			        AC_MSG_ERROR([*** You enabled gpgme support, but your gpgme installation does not support threads.])
406
		        fi
407
                else
408
		        BALSA_LIBS="$BALSA_LIBS `$gpgmecfg --libs`"
409
                fi
406
		AC_DEFINE(HAVE_GPGME,1,[Defined when gpgme is available.])
410
		AC_DEFINE(HAVE_GPGME,1,[Defined when gpgme is available.])
407
		BALSA_CFLAGS="$BALSA_CFLAGS `$gpgmecfg --cflags`"
411
		BALSA_CFLAGS="$BALSA_CFLAGS `$gpgmecfg --cflags`"
408
		gpgmecfg=yes
412
		gpgmecfg=yes

Return to bug 602404