Re: [Qemu-devel] [PATCH] Remove extra pthread switch

2012-04-24 Thread Anthony Liguori
On 04/20/2012 09:36 AM, Peter Portante wrote: From the Department of the Redundancy Department: remove the extra pthread switch which might be there from the package config check for gthreads. Signed-off-by: Peter Portante Applied. Thanks. Regards, Anthony Liguori --- configure |

[Qemu-devel] [PATCH] Remove extra pthread switch

2012-04-20 Thread Peter Portante
>From the Department of the Redundancy Department: remove the extra pthread switch which might be there from the package config check for gthreads. Signed-off-by: Peter Portante --- configure | 11 ++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/configure b/conf