configure.ac: Clean up redundancy and fix LIBS on Linux
authorPeter Stuge <peter@stuge.se>
Sat, 30 Oct 2010 20:28:59 +0000 (22:28 +0200)
committerPeter Stuge <peter@stuge.se>
Mon, 13 Jun 2011 20:01:42 +0000 (22:01 +0200)
commitc24649d796c8b5c97af79a41856422def2e593bc
treeb7d04935411b2884179ee24660d58e3aac088784
parent0bd4a4dd89ff64b99ab55bfc0c5782502c10c676
configure.ac: Clean up redundancy and fix LIBS on Linux

LIBS, AM_LDFLAGS, OS_ conditionals and THREADS_POSIX had a bit of
redundancy throughout the file, and on Linux LIBS ended up missing
the -pthread flag.
configure.ac