From: Nick Bowler Date: Sat, 25 Feb 2012 17:08:23 +0000 (-0500) Subject: Simplify glconfig include mechanism. X-Git-Tag: v1~62 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/d76ea597ae42f16aadb34f4e740cf333f6ca856f?hp=d76ea597ae42f16aadb34f4e740cf333f6ca856f Simplify glconfig include mechanism. Instead of relying on include order to select the right config.h, modify config.h to include the glconfig header conditionally. This allows the use of Automake's default include paths again, and is conceptually simpler. ---