mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-28 02:20:04 +01:00
meson: Remove an outdated todo re HAVE_UNIX98_PRINTF
We have checks for HAVE_UNIX98_PRINTF now. The macro is unused, but we need the checks to decide if the printf is good enough as is.
This commit is contained in:
parent
a5f0e648d3
commit
271e283881
@ -923,10 +923,6 @@ endif
|
||||
glibconfig_conf.set('GLIB_USING_SYSTEM_PRINTF',
|
||||
have_good_vsnprintf and have_good_snprintf and have_good_printf)
|
||||
|
||||
# Check whether the printf() family supports Unix98 %n$ positional parameters
|
||||
# AC_FUNC_PRINTF_UNIX98
|
||||
# Nothing uses HAVE_UNIX98_PRINTF
|
||||
|
||||
|
||||
# Check for nl_langinfo and CODESET
|
||||
if cc.links('''#include <langinfo.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user