URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc39b9b151c94054d73e1aa8cdc4bb610045d661
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fc39b9b by Guy Harris (guy@xxxxxxxxxxxx):
In CMake, check for thousands-grouping support in the GLib printf routines.
We do that with the autotools; do it with CMake as well.
We could, in theory, handle thosands-grouping ourselves, on all
platforms supporting ANSI C (for which read "all platforms we care
about") by using localeconv()'s thousands_sep and grouping items, but
that's a bit more work.
Fix autotools' comment for that item while we're at it (it checks the
GLib printf routines, not the system printf routines).
Change-Id: I000f0f3b955d9b192ade15e3fabc46d6b48a052e
Reviewed-on: https://code.wireshark.org/review/6317
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 533f857 Don't check for nl80211 stuff if we don't have libnl.
adds fc39b9b In CMake, check for thousands-grouping support in the GLib printf routines.
Summary of changes:
ConfigureChecks.cmake | 31 +++++++++++++++++++++++++++++++
cmakeconfig.h.in | 3 +++
configure.ac | 2 +-
3 files changed, 35 insertions(+), 1 deletion(-)