mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Removed uneeded space
This commit is contained in:
parent
b781d14805
commit
5d602fc6c0
@ -18,7 +18,6 @@ AC_DEFUN([EDE_CHECK_STAT64], [
|
|||||||
#define _LARGEFILE64_SOURCE 1
|
#define _LARGEFILE64_SOURCE 1
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
],[
|
],[
|
||||||
|
|
||||||
struct stat64 s;
|
struct stat64 s;
|
||||||
stat64("/", &s);
|
stat64("/", &s);
|
||||||
],[have_stat64=yes],[have_stat64=no])
|
],[have_stat64=yes],[have_stat64=no])
|
||||||
|
Loading…
Reference in New Issue
Block a user