]> git.cworth.org Git - fips/commitdiff
configure: Drop broken workarounds for missing pkg-config
authorCarl Worth <cworth@cworth.org>
Tue, 2 Jul 2013 19:45:18 +0000 (12:45 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 3 Jul 2013 00:29:58 +0000 (17:29 -0700)
Any reasonably-modern system should have versions of things like OpenGL
libraries installed with pkg-config libraries.

Regardless, the checks we had in place here for missing gl.pc files
were untested and obviously not very useful, (they didn't actually
look around anywhere for GL headers nor for GL libraries).

We're better off not even pretending to be able to find things without
pkg-config.


No differences found