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
Reference in a new issue