diff options
Diffstat (limited to 'pkgtools/mtree')
-rw-r--r-- | pkgtools/mtree/files/config.h.in | 3 | ||||
-rw-r--r-- | pkgtools/mtree/files/configure.ac | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/mtree/files/config.h.in b/pkgtools/mtree/files/config.h.in index 6023477baf2..a594ed6087b 100644 --- a/pkgtools/mtree/files/config.h.in +++ b/pkgtools/mtree/files/config.h.in @@ -236,8 +236,7 @@ /* Define to `int' if <sys/types.h> doesn't define. */ #undef uid_t -/* define HAVE_FILE_FLAGS if the user- and root-changeable masks -were detected */ +/* Define to 1 if the user- and root-changeable masks were detected */ #if HAVE_STRUCT_STAT_ST_FLAGS && HAVE_DECL_UF_SETTABLE && HAVE_DECL_SF_SETTABLE #define HAVE_FILE_FLAGS 1 #endif diff --git a/pkgtools/mtree/files/configure.ac b/pkgtools/mtree/files/configure.ac index 94f0d5cd4ee..04fc51432d3 100644 --- a/pkgtools/mtree/files/configure.ac +++ b/pkgtools/mtree/files/configure.ac @@ -30,8 +30,7 @@ AC_TYPE_SIZE_T AC_CHECK_MEMBERS([struct stat.st_rdev]) AC_CHECK_MEMBERS([struct stat.st_flags]) AC_CHECK_DECLS([UF_SETTABLE, SF_SETTABLE]) -AH_BOTTOM([/* define HAVE_FILE_FLAGS if the user- and root-changeable masks -were detected */ +AH_BOTTOM([/* Define to 1 if the user- and root-changeable masks were detected */ #if HAVE_STRUCT_STAT_ST_FLAGS && HAVE_DECL_UF_SETTABLE && HAVE_DECL_SF_SETTABLE #define HAVE_FILE_FLAGS 1 #endif |