summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2012-11-29 12:31:52 +0200
committerPanu Matilainen <pmatilai@redhat.com>2012-11-29 12:32:25 +0200
commite1c67173d38016a88989f5b09e0934f90094fe85 (patch)
tree9b8896b0a8dc26c1dcc889829913419d2256796a /configure.ac
parent604da18bc267f89568081c1ab163c7fc45207220 (diff)
downloadrpm-e1c67173d38016a88989f5b09e0934f90094fe85.tar.gz
Remove extra ',' in NSS configure checks, whoops
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 56de5a354..05dd333eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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'])
])