summaryrefslogtreecommitdiff
path: root/autogen
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-10-24 06:18:38 -0400
committerGlenn Morris <rgm@gnu.org>2011-10-24 06:18:38 -0400
commitfbecbfb92b83a508ef299343f7dd9313086a885a (patch)
tree51a685a80f010a320d36f1a2b2705058761f43f9 /autogen
parent7f5c46c780cb5003aa1fa2c10b0141bef08ca916 (diff)
downloademacs-fbecbfb92b83a508ef299343f7dd9313086a885a.tar.gz
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-rwxr-xr-xautogen/configure3
1 files changed, 2 insertions, 1 deletions
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