pkg-config: Only append -lm if necessary.
authorRalph Giles <giles@thaumas.net>
Fri, 12 Jun 2020 23:48:59 +0000 (16:48 -0700)
committerRalph Giles <giles@thaumas.net>
Sat, 13 Jun 2020 00:25:58 +0000 (17:25 -0700)
commitf1c1e4451c650008cc5549b08c10fe9ad8ddb1fa
tree53963d053fed4e9a21c7a483942c6e1ecdb560c5
parent68d9d740a5f2d41fa7f62ec96bf8f49947e83dbf
pkg-config: Only append -lm if necessary.

Some systems don't require a separate -lm to link with libc
math functions. The configure script checks for this, so
use the corresponding variable to set the dependent libraries
in vorbis.pc dynamically.

Signed-off-by: Marvin Scholz <epirat07@gmail.com>
vorbis.pc.in