diff options
Diffstat (limited to 'grp/Makefile')
-rw-r--r-- | grp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grp/Makefile b/grp/Makefile index 7f2734e034..ac889218c1 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -31,7 +31,7 @@ tests := testgrp include ../Rules # We can later add the names of other thread packages here. -ifeq (,$(findstring linuxthreads,$(add-ons))) +ifneq (,$(findstring linuxthreads,$(add-ons))) CFLAGS-getgrgid_r.c = -DUSE_NSCD=1 CFLAGS-getgrnam_r.c = -DUSE_NSCD=1 |