removed lpthread library flag

This commit is contained in:
n8fr8 2012-06-27 23:51:37 -04:00
parent fad61a85fd
commit d2ff57ec9e
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@ else
echo "Using Cygnus (Win32 command line)"
else
SPECIAL_CFLAGS=
PTHREAD_LIB=-lpthread
dnl PTHREAD_LIB=-lpthread
fi
fi
AC_SUBST(WIN_ONLY)