mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Auto-commit of generated files.
This commit is contained in:
parent
7f5c46c780
commit
fbecbfb92b
1 changed files with 2 additions and 1 deletions
3
autogen/configure
vendored
3
autogen/configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue