diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-02-03 03:32:21 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-02-03 04:32:43 +0100 |
commit | 5f18925e695d0c271aea456a4ee63aeb1e8bbf96 (patch) | |
tree | 79377a7257fa10c9570aede3c64b0491b69e42a3 /lib/replace/wscript | |
parent | c1c3cb0a237b1ba075e67979f9aad329d6e5914f (diff) | |
download | samba-5f18925e695d0c271aea456a4ee63aeb1e8bbf96.tar.gz samba-5f18925e695d0c271aea456a4ee63aeb1e8bbf96.tar.bz2 samba-5f18925e695d0c271aea456a4ee63aeb1e8bbf96.zip |
Revert "replace: Try to fix broken sys/capabilites.h on Linux."
This reverts commit c2207e9b2cdec9cd4c32184c668a2c469edb7148.
This still doesn't build for me on ClearOS 5.2.
metze
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r-- | lib/replace/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index 450e474f1a..c6c4fe1fdf 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -40,7 +40,7 @@ def configure(conf): conf.CHECK_HEADERS('crypt.h locale.h acl/libacl.h compat.h') conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h') conf.CHECK_HEADERS('fcntl.h fnmatch.h glob.h history.h krb5.h langinfo.h') - conf.CHECK_HEADERS('libaio.h linux/types.h locale.h ndir.h pwd.h') + conf.CHECK_HEADERS('libaio.h locale.h ndir.h pwd.h') conf.CHECK_HEADERS('shadow.h sys/acl.h') conf.CHECK_HEADERS('sys/attributes.h sys/capability.h sys/dir.h sys/epoll.h') conf.CHECK_HEADERS('sys/fcntl.h sys/filio.h sys/filsys.h sys/fs/s5param.h sys/fs/vx/quota.h') |