[glib: 6/8] build: Remove SIZEOF___INT64 definition from meson.build



commit ee2b3c5e9747fa6cb3e26471774bc5117ac9f175
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 b7abc4184..5f3e43660 100644
--- a/meson.build
+++ b/meson.build
@@ -1883,10 +1883,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]