From eaf456a61d20fa69d211710bf6b3cd35b8ca55be Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 4 Jun 2016 11:48:56 +0200 Subject: [PATCH] configure.ac: move AC_SUBST down to after define --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5e2eaa03..ea819ec0 100644 --- 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:]) -- 2.11.0