summaryrefslogtreecommitdiff
path: root/m4/d-type.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/d-type.m4')
-rw-r--r--m4/d-type.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/m4/d-type.m4 b/m4/d-type.m4
index b3838f1f5..e5f9e4205 100644
--- a/m4/d-type.m4
+++ b/m4/d-type.m4
@@ -1,4 +1,4 @@
-#serial 1
+#serial 2
dnl From Jim Meyering.
dnl
@@ -34,7 +34,9 @@ AC_DEFUN(jm_STRUCT_DIRENT_D_TYPE,
]
)
if test $jm_cv_struct_dirent_d_type = yes; then
- AC_DEFINE(D_TYPE_IN_DIRENT)
+ AC_DEFINE(D_TYPE_IN_DIRENT, 1,
+ [Define if there is a member named d_type in the struct describing
+ directory headers.])
fi
]
)