Lines 9-15
Link Here
|
9 |
[AC_MSG_ERROR([No compiler found that supports C99])] |
9 |
[AC_MSG_ERROR([No compiler found that supports C99])] |
10 |
) |
10 |
) |
11 |
|
11 |
|
12 |
@@ -725,7 +725,7 @@ AC_C_CONST |
12 |
@@ -725,7 +725,7 @@ AC_TYPE_UID_T |
13 |
AC_TYPE_PID_T |
13 |
AC_TYPE_PID_T |
14 |
AC_TYPE_SIZE_T |
14 |
AC_TYPE_SIZE_T |
15 |
AC_TYPE_UID_T |
15 |
AC_TYPE_UID_T |
Lines 18-24
Link Here
|
18 |
|
18 |
|
19 |
test_cxx_flags() { |
19 |
test_cxx_flags() { |
20 |
AC_LANG_PUSH([C++]) |
20 |
AC_LANG_PUSH([C++]) |
21 |
@@ -757,7 +757,7 @@ AC_FUNC_STRERROR_R |
21 |
@@ -757,7 +757,7 @@ if test "x$GCC" = "xyes"; then |
22 |
|
22 |
|
23 |
if test "x$GCC" = "xyes"; then |
23 |
if test "x$GCC" = "xyes"; then |
24 |
SAVE_CFLAGS="$CFLAGS" |
24 |
SAVE_CFLAGS="$CFLAGS" |
Lines 27-33
Link Here
|
27 |
fi |
27 |
fi |
28 |
SAVE_LDFLAGS="$LDFLAGS" |
28 |
SAVE_LDFLAGS="$LDFLAGS" |
29 |
LDFLAGS="" |
29 |
LDFLAGS="" |
30 |
@@ -929,7 +929,7 @@ AC_CHECK_FUNCS([thread_info], [have_thread_info="yes"] |
30 |
@@ -929,7 +929,7 @@ if test "x$GCC" = "xyes"; then |
31 |
# Check for strptime {{{ |
31 |
# Check for strptime {{{ |
32 |
if test "x$GCC" = "xyes"; then |
32 |
if test "x$GCC" = "xyes"; then |
33 |
SAVE_CFLAGS="$CFLAGS" |
33 |
SAVE_CFLAGS="$CFLAGS" |
Lines 49-54
Link Here
|
49 |
|
49 |
|
50 |
AC_CACHE_CHECK([for timegm], |
50 |
AC_CACHE_CHECK([for timegm], |
51 |
[c_cv_have_timegm], |
51 |
[c_cv_have_timegm], |
|
|
52 |
@@ -1924,7 +1924,7 @@ AC_CHECK_LIB([pthread], |
53 |
[AC_MSG_ERROR([Symbol 'pthread_create' not found in libpthread])], |
54 |
[] |
55 |
) |
56 |
-PTHREAD_LIBS="$LIBS" |
57 |
+PTHREAD_LIBS="-pthread" |
58 |
LIBS="$SAVE_LIBS" |
59 |
AC_SUBST([PTHREAD_LIBS]) |
60 |
|
52 |
@@ -3454,7 +3454,7 @@ if test "x$with_libmongoc" = "xyes"; then |
61 |
@@ -3454,7 +3454,7 @@ if test "x$with_libmongoc" = "xyes"; then |
53 |
SAVE_LDFLAGS="$LDFLAGS" |
62 |
SAVE_LDFLAGS="$LDFLAGS" |
54 |
|
63 |
|
Lines 93-99
Link Here
|
93 |
with_libslurm="yes" |
102 |
with_libslurm="yes" |
94 |
fi; fi; fi |
103 |
fi; fi; fi |
95 |
], |
104 |
], |
96 |
@@ -6579,7 +6580,7 @@ collectd features:]) |
105 |
@@ -6579,7 +6580,7 @@ AC_COLLECTD([getifaddrs],[enable], [feature], [getifa |
97 |
AC_COLLECTD([debug], [enable], [feature], [debugging]) |
106 |
AC_COLLECTD([debug], [enable], [feature], [debugging]) |
98 |
AC_COLLECTD([daemon], [disable], [feature], [daemon mode]) |
107 |
AC_COLLECTD([daemon], [disable], [feature], [daemon mode]) |
99 |
AC_COLLECTD([getifaddrs],[enable], [feature], [getifaddrs under Linux]) |
108 |
AC_COLLECTD([getifaddrs],[enable], [feature], [getifaddrs under Linux]) |
100 |
- |
|
|