mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
Merge branch 'meson-fix' into 'master'
meson: Remove stray ] in O_DIRECTORY check See merge request GNOME/glib!1493
This commit is contained in:
commit
700be9f22d
@ -829,7 +829,7 @@ endif
|
||||
#AC_MSG_CHECKING([])
|
||||
if cc.compiles('''#include <fcntl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>],
|
||||
#include <sys/stat.h>
|
||||
void some_func (void) {
|
||||
open(0, O_DIRECTORY, 0);
|
||||
}''', name : 'open() option O_DIRECTORY')
|
||||
|
Loading…
Reference in New Issue
Block a user