nsswitch/wbinfo: Fix the S4 header check
authorKai Blin <kai@samba.org>
Sun, 11 Apr 2010 20:38:38 +0000 (22:38 +0200)
committerKai Blin <kai@samba.org>
Sun, 11 Apr 2010 20:39:27 +0000 (22:39 +0200)
nsswitch/wbinfo.c

index 347a96edfdd30b5b2129cbe9a46c9a0b1e51e678..cbd4f1d8eebe2b7ef8cd19e747fcef55730816ed 100644 (file)
@@ -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