Add detection of pthread library name
authorSebastian Herbszt <herbszt@gmx.de>
Sun, 24 May 2009 20:07:53 +0000 (22:07 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 28 May 2009 07:14:56 +0000 (02:14 -0500)
commit17380ee5a755ba115739a4932e0f18f16284d5e4
treec6d896672e80ff2523eada8dc08ab8df9237d656
parentf986874b7498a9c33baaa9eaf802f71b2b357c57
Add detection of pthread library name

Try to detect the name of the pthread library.
Currently it looks for "-pthread" and "-pthreadGC2".

Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure