From 71e551df42fd8d63dccf788c8e17938b4bd96174 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Thu, 26 Mar 2020 19:32:31 -0700 Subject: replace locale.h with clocale Switch to std:: functions. Changed the meson check. Works locally. Signed-off-by: Rosen Penev --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 80175288c..a9116f90a 100644 --- a/meson.build +++ b/meson.build @@ -145,7 +145,7 @@ add_global_arguments(common_cppflags, language: 'cpp') enable_daemon = not is_windows and not is_android and get_option('daemon') conf.set('ENABLE_DAEMON', enable_daemon) -conf.set('HAVE_LOCALE_H', compiler.has_header('locale.h')) +conf.set('HAVE_CLOCALE', compiler.has_header('clocale')) conf.set('HAVE_GETPWNAM_R', compiler.has_function('getpwnam_r')) conf.set('HAVE_GETPWUID_R', compiler.has_function('getpwuid_r')) -- cgit v1.2.3