Auto-commit of generated files.

This commit is contained in:
Glenn Morris 2011-10-24 06:18:38 -04:00
parent 7f5c46c780
commit fbecbfb92b

3
autogen/configure vendored
View file

@ -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