[glib/glib-2-58: 7/55] build: Remove SIZEOF___INT64 definition from meson.build



commit 7df0977de4e9a3f09da5b083dddf42c2cb826350
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Aug 29 12:07:22 2018 +0100

    build: Remove SIZEOF___INT64 definition from meson.build
    
    This was a leftover from use of the __int64 type, which was removed
    recently in commit 7e821441c482917e54435a07893272d87d3ad9e5.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>
    
    https://gitlab.gnome.org/GNOME/glib/issues/1313

 meson.build | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index ee5deb714..115ba7e56 100644
--- a/meson.build
+++ b/meson.build
@@ -1882,10 +1882,6 @@ have_bash = find_program('bash', required : false).found() # For completion scri
 have_m4 = find_program('m4', required : false).found() # For m4 macros
 have_sh = find_program('sh', required : false).found() # For glib-gettextize
 
-# FIXME: defines in config.h that are not actually used anywhere
-# (we add them for now to minimise the diff)
-glib_conf.set('SIZEOF___INT64', 8)
-
 # FIXME: How to detect Solaris? https://github.com/mesonbuild/meson/issues/1578
 if host_system == 'sunos'
   glib_conf.set('_XOPEN_SOURCE_EXTENDED', 1)


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