set HAVE_GETOPT_H and HAVE_GETOPT variables
[metze/wireshark/wip.git] / ConfigureChecks.cmake
index 2baed4edc949eab06f66b6b494f2be69d840e1f2..f36ada153bc6dc2f5d623fbac66c4a2bbc0422ad 100644 (file)
@@ -31,6 +31,7 @@ check_include_file("direct.h"            HAVE_DIRECT_H)
 check_include_file("dirent.h"            HAVE_DIRENT_H)
 check_include_file("dlfcn.h"             HAVE_DLFCN_H)
 check_include_file("fcntl.h"             HAVE_FCNTL_H)
+check_include_file("getopt.h"            HAVE_GETOPT_H)
 check_include_file("grp.h"               HAVE_GRP_H)
 check_include_file("g_ascii_strtoull.h"  NEED_G_ASCII_STRTOULL_H)
 check_include_file("inet/aton.h"         NEED_INET_ATON_H)