summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-02-18 10:12:43 -0700
committerChristof Schmitt <cs@samba.org>2015-03-02 22:31:07 +0100
commit1264a4efd9a407869bf34c13b3883c544b6ff948 (patch)
tree12cf1d26135917450c9c5ab9ce0ec93673cdf2e4 /source3/wscript
parentf5a0ccc228ce1ef7d9e0e660308b5bfa15d8cf76 (diff)
downloadsamba-1264a4efd9a407869bf34c13b3883c544b6ff948.tar.gz
gpfs: Always use gpfs_fcntl.h headerfile
gpfs_gpl.h no longer exists, everything from that header file has been merged to gpfs.h. gpfs_fcntl.h implicitly includes gpfs.h. Simplify the code by only looking for gpfs_fcntl.h and including that file. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index bb0f19d00c3..f1dda515bc8 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1492,7 +1492,7 @@ main() {
Logs.warn("pthreadpool support cannot be enabled when pthread support was not found")
conf.undefine('WITH_PTHREADPOOL')
- if conf.CHECK_HEADERS('gpfs_gpl.h'):
+ if conf.CHECK_HEADERS('gpfs_fcntl.h'):
conf.DEFINE('HAVE_GPFS', '1')
if (conf.CHECK_HEADERS('linux/ioctl.h sys/ioctl.h linux/fs.h') and