File tree Expand file tree Collapse file tree 5 files changed +1144
-143
lines changed Expand file tree Collapse file tree 5 files changed +1144
-143
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ host_triplet = @host@
90
90
subdir = .
91
91
ACLOCAL_M4 = $(top_srcdir ) /aclocal.m4
92
92
am__aclocal_m4_deps = $(top_srcdir ) /config/ax_check_openssl.m4 \
93
+ $(top_srcdir ) /config/ax_pthread.m4 \
93
94
$(top_srcdir ) /config/iperf_config_static_bin.m4 \
94
95
$(top_srcdir ) /configure.ac
95
96
am__configure_deps = $(am__aclocal_m4_deps ) $(CONFIGURE_DEPENDENCIES ) \
@@ -219,6 +220,7 @@ AWK = @AWK@
219
220
CC = @CC@
220
221
CCDEPMODE = @CCDEPMODE@
221
222
CFLAGS = @CFLAGS@
223
+ CPP = @CPP@
222
224
CPPFLAGS = @CPPFLAGS@
223
225
CSCOPE = @CSCOPE@
224
226
CTAGS = @CTAGS@
@@ -273,6 +275,10 @@ PACKAGE_URL = @PACKAGE_URL@
273
275
PACKAGE_VERSION = @PACKAGE_VERSION@
274
276
PATH_SEPARATOR = @PATH_SEPARATOR@
275
277
PKG_CONFIG = @PKG_CONFIG@
278
+ PTHREAD_CC = @PTHREAD_CC@
279
+ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
280
+ PTHREAD_CXX = @PTHREAD_CXX@
281
+ PTHREAD_LIBS = @PTHREAD_LIBS@
276
282
RANLIB = @RANLIB@
277
283
SED = @SED@
278
284
SET_MAKE = @SET_MAKE@
@@ -291,6 +297,7 @@ am__leading_dot = @am__leading_dot@
291
297
am__quote = @am__quote@
292
298
am__tar = @am__tar@
293
299
am__untar = @am__untar@
300
+ ax_pthread_config = @ax_pthread_config@
294
301
bindir = @bindir@
295
302
build = @build@
296
303
build_alias = @build_alias@
You can’t perform that action at this time.
0 commit comments