test-nss: fix names of two defines
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 3 Oct 2017 10:10:57 +0000 (12:10 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 4 Oct 2017 10:09:50 +0000 (12:09 +0200)
That's another bug fixed (sys/auxv.h was the first).

src/test/test-nss.c

index 0fc3071..ff89cb5 100644 (file)
@@ -453,10 +453,10 @@ static int parse_argv(int argc, char **argv,
 #if HAVE_MYHOSTNAME
                                 "myhostname",
 #endif
-#if HAVE_RESOLVED
+#if ENABLE_RESOLVED
                                 "resolve",
 #endif
-#if HAVE_MACHINED
+#if ENABLE_MACHINED
                                 "mymachines",
 #endif
                                 "dns",