We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 030f801 + 63bf098 commit 31c95c6Copy full SHA for 31c95c6
configure.ac
@@ -189,14 +189,14 @@ if test "$my_htop_platform" = darwin; then
189
AC_CHECK_HEADERS([mach/thread_info.h])
190
191
AC_MSG_CHECKING(for thread_extended_info_data_t)
192
- AC_COMPILE_IFELSE(
+ AC_COMPILE_IFELSE([
193
AC_LANG_PROGRAM(
194
[#include <mach/thread_info.h>],
195
[
196
thread_extended_info_data_t teid;
197
(void)teid;
198
]
199
- ),
+ )],
200
201
AC_DEFINE([HAVE_THREAD_EXTENDED_INFO_DATA_T], 1, [Define if thread_extended_info_data_t is available from <mach/thread_info.h>])
202
AC_MSG_RESULT(yes)
0 commit comments