summaryrefslogtreecommitdiff
path: root/tests/nsstest.c
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2020-06-02 17:26:54 +0200
committerPavel Hrdina <phrdina@redhat.com>2020-07-10 09:40:58 +0200
commit78e76a8a42b7d3777e1bf6d6e8e0b594439d2b33 (patch)
tree0f8d7bc9fe838b4891ff865dfa53e072e1657230 /tests/nsstest.c
parent966a0a75cc2300430eb398f292e2837a05a3fcda (diff)
downloadlibvirt-78e76a8a42b7d3777e1bf6d6e8e0b594439d2b33.tar.gz
tests: use WITH_NSS instead of NSS
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'tests/nsstest.c')
-rw-r--r--tests/nsstest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nsstest.c b/tests/nsstest.c
index 514b4f7195..135f6b6c93 100644
--- a/tests/nsstest.c
+++ b/tests/nsstest.c
@@ -20,7 +20,7 @@
#include "testutils.h"
-#ifdef NSS
+#ifdef WITH_NSS
# include "libvirt_nss.h"
# include "virsocket.h"