changeset 3860:c45b2a76f39a

(jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro: s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
author Jim Meyering <jim@meyering.net>
date Sat, 01 Jun 2002 09:37:53 +0000
parents b213921ae903
children 0d663ad68109
files m4/d-type.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/d-type.m4
+++ b/m4/d-type.m4
@@ -1,4 +1,4 @@
-#serial 4
+#serial 5
 
 dnl From Jim Meyering.
 dnl
@@ -34,7 +34,7 @@
      ]
    )
    if test $jm_cv_struct_dirent_d_type = yes; then
-     AC_DEFINE(D_TYPE_IN_DIRENT, 1,
+     AC_DEFINE(HAVE_STRUCT_DIRENT_D_TYPE, 1,
   [Define if there is a member named d_type in the struct describing
    directory headers.])
    fi