set assuan status for the summary at the end.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2569 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-09-11 19:49:55 +00:00
parent e242d34e9b
commit fd115bbe89
1 changed files with 2 additions and 0 deletions

View File

@ -284,9 +284,11 @@ dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl Test for libassuan and define LIBASSUAN_CFLAGS and LIBASSUAN_LIBS
AM_PATH_LIBASSUAN( , [
AM_CONDITIONAL(HAVE_ASSUAN, true)
ASSUAN_MSG=yes
],
[
AM_CONDITIONAL(HAVE_ASSUAN, false)
ASSUAN_MSG=no
])
AC_SUBST(ASSUAN_CFLAGS)
AC_SUBST(ASSUAN_LIBS)