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

Collapse All | Expand All

(-)configure.in.orig (-7 / +9 lines)
Lines 381-397 Link Here
381
381
382
GKR_LIBTASN1_VERSION=0.3.4
382
GKR_LIBTASN1_VERSION=0.3.4
383
383
384
AM_PATH_LIBTASN1($GKR_LIBTASN1_VERSION,,
384
PKG_CHECK_MODULES(LIBTASN1,libtasn1 >= 1.0)
385
	AC_MSG_ERROR([[
385
AC_SUBST([LIBTASN1_LIBS])
386
*** 
386
AC_SUBST([LIBTASN1_CFLAGS])
387
*** LibtASN1 ${GKR_LIBTASN1_VERSION} was not found. 
388
]]))
389
libtasn=yes
390
AC_DEFINE_UNQUOTED(GKR_LIBGCRYPT_VERSION, "$GKR_LIBTASN1_VERSION", [Version of libtasn1 we expect])
391
387
392
DAEMON_CFLAGS="$DAEMON_CFLAGS $LIBTASN1_CFLAGS"
388
DAEMON_CFLAGS="$DAEMON_CFLAGS $LIBTASN1_CFLAGS"
393
DAEMON_LIBS="$DAEMON_LIBS $LIBTASN1_LIBS"
389
DAEMON_LIBS="$DAEMON_LIBS $LIBTASN1_LIBS"
394
390
391
AC_PATH_PROG(ASN1PARSER, asn1Parser, no)
392
if test "$ASN1PARSER" = "no" ; then
393
	AC_MSG_ERROR(asn1Parser tool is not installed)
394
fi
395
396
395
dnl ==========================================================================
397
dnl ==========================================================================
396
398
397
dnl Turn on the additional warnings last, so -Werror doesn't affect other tests.
399
dnl Turn on the additional warnings last, so -Werror doesn't affect other tests.

Return to bug 266554