From: Ruben Kerkhof Date: Sat, 4 Jun 2016 09:48:56 +0000 (+0200) Subject: configure.ac: move AC_SUBST down to after define X-Git-Tag: collectd-5.6.0~251^2~1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=eaf456a61d20fa69d211710bf6b3cd35b8ca55be;p=collectd.git configure.ac: move AC_SUBST down to after define --- 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:])