From 5d602fc6c0659db83347201ad305fb3aa6312c01 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Mon, 23 Feb 2009 10:12:39 +0000 Subject: [PATCH] Removed uneeded space --- m4/stat64.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/m4/stat64.m4 b/m4/stat64.m4 index 96775c3..049acae 100644 --- a/m4/stat64.m4 +++ b/m4/stat64.m4 @@ -18,7 +18,6 @@ AC_DEFUN([EDE_CHECK_STAT64], [ #define _LARGEFILE64_SOURCE 1 #include ],[ - struct stat64 s; stat64("/", &s); ],[have_stat64=yes],[have_stat64=no])