The Samba-Bugzilla – Attachment 976 Details for
Bug 2383
sys quotas detection does not find sys/quotas.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
shuffle syntax of autoconf until sys/quota.h works
sys_quota_detect.diff (text/plain), 885 bytes, created by
James Peach
on 2005-02-22 19:03:20 UTC
(
hide
)
Description:
shuffle syntax of autoconf until sys/quota.h works
Filename:
MIME Type:
Creator:
James Peach
Created:
2005-02-22 19:03:20 UTC
Size:
885 bytes
patch
obsolete
>Index: configure.in >=================================================================== >--- configure.in (revision 5511) >+++ configure.in (working copy) >@@ -3390,7 +3407,7 @@ > > if test x"$samba_cv_found_xfs_header" != x"yes"; then > # if we have xfs quota support <sys/quota.h> (IRIX) we should use it >-AC_CACHE_CHECK([for XFS QUOTA in <sys/quota.h>],samba_cv_HAVE_SYS_QUOTA_XFS, [ >+AC_CACHE_CHECK([for XFS QUOTA in <sys/quota.h>],samba_cv_HAVE_SYS_QUOTA_XFS, > AC_TRY_COMPILE([ > #include "confdefs.h" > #ifdef HAVE_SYS_TYPES_H >@@ -3400,8 +3417,8 @@ > #include <asm/types.h> > #endif > #include <sys/quota.h> >-],[int i = Q_XGETQUOTA;], >-samba_cv_HAVE_SYS_QUOTA_XFS=yes,samba_cv_HAVE_SYS_QUOTA_XFS=no)]) >+int i = Q_XGETQUOTA; >+], [samba_cv_HAVE_SYS_QUOTA_XFS=yes],[samba_cv_HAVE_SYS_QUOTA_XFS=no])) > if test "$samba_cv_HAVE_SYS_QUOTA_XFS"x = "yes"x; then > samba_cv_found_xfs_header=yes > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2383
: 976