Remove extra ',' in NSS configure checks, whoops
This commit is contained in:
parent
604da18bc2
commit
e1c67173d3
|
@ -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'])
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue