diff options
author | Jeremy Allison <jra@samba.org> | 2012-06-29 13:46:23 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2012-06-30 00:32:36 +0200 |
commit | f81fd1ccc3228bf06455ad4c3265b71ca17ae407 (patch) | |
tree | d09aed8da40fb158d599f5fffc6b7765734f91ca /source3/lib | |
parent | d91bf0d42863c996df5bf3c0d57e329d7a58a6af (diff) | |
download | samba-f81fd1ccc3228bf06455ad4c3265b71ca17ae407.tar.gz samba-f81fd1ccc3228bf06455ad4c3265b71ca17ae407.tar.bz2 samba-f81fd1ccc3228bf06455ad4c3265b71ca17ae407.zip |
Try and fix the autoconf build on Solaris/Nexenta/etc.
Their AC_TRY_RUN doesn't include any current CPPFLAGS. Make
the set[res]uid checks independent of this. Needs a small
change to the waf build in order to code with the change.
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Jun 30 00:32:36 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_sec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/util_sec.c b/source3/lib/util_sec.c index cee11d9f96..11d85a102a 100644 --- a/source3/lib/util_sec.c +++ b/source3/lib/util_sec.c @@ -40,9 +40,6 @@ #include <sys/id.h> #endif -/* In autoconf/test mode include the definitions of samba_setXXX. */ -#include "../lib/util/setid.c" - #define DEBUG(x, y) printf y #define smb_panic(x) exit(1) #define bool int |