From da7294ae0d1c9cdeb1c945f3eb51d2376e7dabf6 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Sun, 11 Apr 2010 22:38:38 +0200 Subject: nsswitch/wbinfo: Fix the S4 header check --- nsswitch/wbinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsswitch/wbinfo.c') diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index 347a96edfd..cbd4f1d8ee 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -26,7 +26,7 @@ #include "libwbclient/wbclient.h" #include "lib/popt/popt.h" #include "../libcli/auth/libcli_auth.h" -#if !(_SAMBA_VERSION_) < 4 +#if (_SAMBA_BUILD_) >= 4 #include "lib/cmdline/popt_common.h" #endif -- cgit