summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-11-16 23:22:49 +0000
committerJeremy Allison <jra@samba.org>2001-11-16 23:22:49 +0000
commit355124adaf512eeb04a0badfcfefbce63f31f023 (patch)
tree061d36f801189312cb174a18a22ca8d76bc4f22d /source3/configure.in
parentb0518da076991f1c70ae8fe752af0f5f558d0389 (diff)
downloadsamba-355124adaf512eeb04a0badfcfefbce63f31f023.tar.gz
samba-355124adaf512eeb04a0badfcfefbce63f31f023.tar.bz2
samba-355124adaf512eeb04a0badfcfefbce63f31f023.zip
Fixed detection of RedHat headers. Removed another file !
Jeremy. (This used to be commit d70674312d8b98367ccdbbc12fe880f9f539d258)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 86493dbcb7..aacad250f8 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1501,7 +1501,7 @@ AC_TRY_COMPILE([
#ifdef HAVE_SYS_VFS_H
#include <sys/vfs.h>
#endif
-#ifdef HAVE_SYS_CAPABILITY
+#ifdef HAVE_SYS_CAPABILITY_H
#include <sys/capability.h>
#endif
],[int i;],