diff options
author | Pavel Hrdina <phrdina@redhat.com> | 2020-06-02 17:26:54 +0200 |
---|---|---|
committer | Pavel Hrdina <phrdina@redhat.com> | 2020-07-10 09:40:58 +0200 |
commit | 78e76a8a42b7d3777e1bf6d6e8e0b594439d2b33 (patch) | |
tree | 0f8d7bc9fe838b4891ff865dfa53e072e1657230 /tests/nsstest.c | |
parent | 966a0a75cc2300430eb398f292e2837a05a3fcda (diff) | |
download | libvirt-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.c | 2 |
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" |