mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
meson: Remove stray ], in O_DIRECTORY check
A stray ], was leftover from the autotools -> meson conversion. Remove it. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
This commit is contained in:
parent
c0146be3a4
commit
a714484208
@ -829,7 +829,7 @@ endif
|
|||||||
#AC_MSG_CHECKING([])
|
#AC_MSG_CHECKING([])
|
||||||
if cc.compiles('''#include <fcntl.h>
|
if cc.compiles('''#include <fcntl.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>],
|
#include <sys/stat.h>
|
||||||
void some_func (void) {
|
void some_func (void) {
|
||||||
open(0, O_DIRECTORY, 0);
|
open(0, O_DIRECTORY, 0);
|
||||||
}''', name : 'open() option O_DIRECTORY')
|
}''', name : 'open() option O_DIRECTORY')
|
||||||
|
Loading…
Reference in New Issue
Block a user