Re: [Libvir] FYI, typo fix

2008-04-21 Thread Daniel Veillard
On Fri, Apr 18, 2008 at 11:28:19AM +0200, Jim Meyering wrote: > I updated and couldn't compile. > Here's the fix: > > avoid compile error when is absent > * src/internal.h (HAVE_PTHREAD_H): Test with "#ifdef", not "#if". yes, thanks ! Daniel -- Red Hat Virtualization group http:

[Libvir] FYI, typo fix

2008-04-18 Thread Jim Meyering
I updated and couldn't compile. Here's the fix: avoid compile error when is absent * src/internal.h (HAVE_PTHREAD_H): Test with "#ifdef", not "#if". diff --git a/src/internal.h b/src/internal.h index 6b2b633..6bed477 100644 --- a/src/internal.h +++ b/src/internal.h @@ -12,7 +12,7