commit | db89a54bf464361692b4b091a7f95f90ab05e497 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sun Apr 20 02:56:14 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Apr 20 02:56:14 2003 +0000 |
tree | f7163b08d795bd89da45b6d7d66622988de19c37 | |
parent | 22ae4ff608e4ef03a159e21b5fe205a1223b23bb [diff] [blame] |
Check for struct option independently of the getopt_long check.
diff --git a/configure.ac b/configure.ac index 73c6d71..ea246e4 100644 --- a/configure.ac +++ b/configure.ac
@@ -1282,6 +1282,12 @@ dnl Check for siginfo_t members AC_CHECK_MEMBERS([siginfo_t.si_fd],,,[#include <signal.h>]) +dnl Check for struct option +AC_CHECK_MEMBERS([struct option.name],,, +[#ifdef HAVE_GETOPT_H +#include <getopt.h> +#endif]) + dnl *** check for the need to define platform-specific symbols case $host_cpu in