Remove extra ',' in NSS configure checks, whoops

This commit is contained in:
Panu Matilainen 2012-11-29 12:31:52 +02:00
parent 604da18bc2
commit e1c67173d3
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ AC_CHECK_LIB(nss3, NSS_NoDB_Init, [
AC_CHECK_LIB(nss3, NSS_InitContext, [
AC_DEFINE(HAVE_NSS_INITCONTEXT, 1, [Define to 1 if NSS has NSS_InitContext])
AC_SUBST(HAVE_NSS_INITCONTEXT, [1])
]),
])
], [
AC_MSG_ERROR([missing required NSS library 'nss3'])
])