projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dee5e45
)
configure.ac: move AC_SUBST down to after define
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 4 Jun 2016 09:48:56 +0000
(11:48 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 4 Jun 2016 09:48:56 +0000
(11:48 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5e2eaa0
..
ea819ec
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1603,7
+1603,6
@@
if test "x$with_libhal" = "xyes"; then
fi
fi
-AC_SUBST([PTHREAD_LIBS])
SAVE_LIBS="$LIBS"
AC_CHECK_LIB([pthread],
[pthread_create],
@@
-1618,6
+1617,7
@@
AC_CHECK_HEADERS([pthread.h],
[],
[AC_MSG_ERROR([pthread.h not found])]
)
+AC_SUBST([PTHREAD_LIBS])
m4_divert_once([HELP_WITH], [
collectd additional packages:])