matthew green

actually, please don't apply this upstream.  i need to think about
a better solution..

thanks.

.mrg.

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404098
This commit is contained in:
Sam Lantinga 2009-10-17 05:05:29 +00:00
parent 0b57841390
commit 28207014ab

View file

@ -35,9 +35,6 @@
#define DEFAULT_OPENGL "libGL.so.3"
#elif defined(__OpenBSD__)
#define DEFAULT_OPENGL "libGL.so.4.0"
#elif defined(__NetBSD__)
/* pkgsrc is .1, base system is .2 */
#define DEFAULT_OPENGL "libGL.so"
#else
#define DEFAULT_OPENGL "libGL.so.1"
#endif