Removed uneeded space

This commit is contained in:
Sanel Zukan 2009-02-23 10:12:39 +00:00
parent b781d14805
commit 5d602fc6c0
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ AC_DEFUN([EDE_CHECK_STAT64], [
#define _LARGEFILE64_SOURCE 1
#include <sys/stat.h>
],[
struct stat64 s;
stat64("/", &s);
],[have_stat64=yes],[have_stat64=no])