[glib: 1/2] meson: Remove stray ], in O_DIRECTORY check



commit a7144842080ad4c5a5effee423e87bc5cc4b72bf
Author: Chris Packham <chris packham alliedtelesis co nz>
Date:   Wed May 13 11:12:22 2020 +1200

    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>

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 2af71c38b..40e7e5138 100644
--- a/meson.build
+++ b/meson.build
@@ -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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]