From 2f1d601654babd09d6d3247171e5a44acdd0b8d0 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Sat, 16 May 2009 10:11:34 +0000 Subject: + minor help-file and configure fixes svn path=/trunk/externals/moocow/; revision=11391 --- readdir/configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'readdir/configure') diff --git a/readdir/configure b/readdir/configure index 8d2276e..da49a2e 100755 --- a/readdir/configure +++ b/readdir/configure @@ -4078,8 +4078,9 @@ else fi -##-- check for dirent d_type decls -{ echo "$as_me:$LINENO: checking whether DT_REG is declared" >&5 +if test "$HAVE_STRUCT_DIRENT_D_TYPE" = "yes"; then + ##-- check for dirent d_type decls + { echo "$as_me:$LINENO: checking whether DT_REG is declared" >&5 echo $ECHO_N "checking whether DT_REG is declared... $ECHO_C" >&6; } if test "${ac_cv_have_decl_DT_REG+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4550,6 +4551,7 @@ _ACEOF fi +fi ## /local: structs -- cgit v1.2.1