From: Paul Eggert Date: Wed, 4 Aug 2004 22:35:37 +0000 (+0000) Subject: Fix parenthesization typo. X-Git-Tag: v5.3.0~839 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c4dc6f1f17e010e37faac803cd8358fd4d45d0d;p=thirdparty%2Fcoreutils.git Fix parenthesization typo. --- diff --git a/m4/stat-prog.m4 b/m4/stat-prog.m4 index 877178305a..13688bd9a3 100644 --- a/m4/stat-prog.m4 +++ b/m4/stat-prog.m4 @@ -26,7 +26,7 @@ AC_DEFUN([cu_PREREQ_STAT_PROG], [AC_INCLUDES_DEFAULT [#if HAVE_SYS_PARAM_H #include - #endif])) + #endif]]) AC_CHECK_FUNCS_ONCE(statvfs) # For `struct statfs' on Ultrix 4.4.