]> git.cworth.org Git - fips/commit
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)
commitbf449ac6d282ad726817c4413eb2c310adba2316
tree79b962c30eb4004073d321bbbfd1cd031b3a8777
parentfd9a68595eecba23d48729bda3f470934a0048ed
configure: Drop broken workarounds for missing pkg-config

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.
configure