From fbecbfb92b83a508ef299343f7dd9313086a885a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 24 Oct 2011 06:18:38 -0400 Subject: [PATCH] Auto-commit of generated files. --- autogen/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen/configure b/autogen/configure index fc906db6fea..fceca6c0bec 100755 --- a/autogen/configure +++ b/autogen/configure @@ -10380,7 +10380,8 @@ fi if test "$HAVE_PTHREAD" = yes; then case "${canonical}" in *-hpux*) ;; - *) LIB_PTHREAD="-lpthread" ;; + *) LIB_PTHREAD="-lpthread" + LIBS="$LIB_PTHREAD $LIBS" ;; esac $as_echo "#define HAVE_PTHREAD 1" >>confdefs.h -- 2.39.5