]> git.eshelyaron.com Git - emacs.git/commitdiff
Auto-commit of generated files.
authorGlenn Morris <rgm@gnu.org>
Mon, 24 Oct 2011 10:18:38 +0000 (06:18 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 24 Oct 2011 10:18:38 +0000 (06:18 -0400)
autogen/configure

index fc906db6fea8134a0a137aaeb98b5b25de71a157..fceca6c0bec04b2eefb253542eb381d7a6a07e30 100755 (executable)
@@ -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