From 5d94334f85ab01de35e8cfb9488c21a7b85d4268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Thu, 19 Aug 1999 22:07:44 -0700 Subject: [PATCH] prettier :) Rev: src/modules/files/configure.in:1.70 --- src/modules/files/configure.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/modules/files/configure.in b/src/modules/files/configure.in index a98ca8af6b..4bc02ef758 100644 --- a/src/modules/files/configure.in +++ b/src/modules/files/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.69 1999/07/25 18:28:34 grubba Exp $ +# $Id: configure.in,v 1.70 1999/08/20 05:07:44 hubbe Exp $ AC_INIT(file.c) AC_CONFIG_HEADER(file_machine.h) @@ -451,6 +451,8 @@ if test x$ac_cv_func_statvfs = xyes ; then AC_DEFINE(HAVE_STATVFS_F_FSTR) else :; fi +############################################################### + AC_MSG_CHECKING(if the struct statvfs has the member f_basetype) AC_CACHE_VAL(pike_cv_struct_statvfs_f_basetype, [ AC_TRY_COMPILE([ @@ -497,6 +499,9 @@ if test x$ac_cv_func_statvfs = xyes ; then if test x$pike_cv_struct_statvfs_f_basetype = xyes; then AC_DEFINE(HAVE_STATVFS_F_BASETYPE) else :; fi + +############################################################### + else :; fi else :; fi -- GitLab