From: Zbigniew Jędrzejewski-Szmek Date: Tue, 3 Oct 2017 10:10:57 +0000 (+0200) Subject: test-nss: fix names of two defines X-Git-Tag: v235~27^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e3e2f5f22763cd1182b158b6a46a060f8d0ce85;p=thirdparty%2Fsystemd.git test-nss: fix names of two defines That's another bug fixed (sys/auxv.h was the first). --- diff --git a/src/test/test-nss.c b/src/test/test-nss.c index 0fc30718d5a..ff89cb547ba 100644 --- a/src/test/test-nss.c +++ b/src/test/test-nss.c @@ -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",