From dbbb1d3d618d8a98ea5f6c4394c7ec18d0c78a94 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 27 Feb 2015 15:48:45 -0800 Subject: We don't need to check for strings.h. We never use it; the autoconf script does, but that's as a result of some macros that checks for various standard and non-standard-but-common headers. It's been ages since strings.h was anything other than a BSD source-compatibility hack, not even needed these days when writing code for *BSD-flavored OSes, as they have . Change-Id: Iad2dc6e55207b52fc8af494ddfca4089c2eb426b Reviewed-on: https://code.wireshark.org/review/7434 Reviewed-by: Guy Harris --- ConfigureChecks.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 2a522fcd16..50e312e04a 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -40,7 +40,6 @@ check_include_file("netdb.h" HAVE_NETDB_H) check_include_file("portaudio.h" HAVE_PORTAUDIO_H) check_include_file("pwd.h" HAVE_PWD_H) check_include_file("stdint.h" HAVE_STDINT_H) -check_include_file("strings.h" HAVE_STRINGS_H) check_include_file("sys/ioctl.h" HAVE_SYS_IOCTL_H) check_include_file("sys/param.h" HAVE_SYS_PARAM_H) check_include_file("sys/socket.h" HAVE_SYS_SOCKET_H) -- cgit v1.2.3