This trick let desmume be compiled against osmesa 7.4, thanks Guillame.

This commit is contained in:
riccardom 2009-04-11 19:54:40 +00:00
parent c292d7d9e3
commit 8b13beb5ee
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ AC_ARG_ENABLE([osmesa],
[osmesa=no])
if test "x$osmesa" = "xyes" ; then
AC_CHECK_LIB(dl, main)
AC_CHECK_LIB(OSMesa, main,[
useosmesa=yes
AC_DEFINE(HAVE_LIBOSMESA)