Fixed the OSMesa configure check so that OSMesa won't be linked in if it's
incompatible with the GLX implementation (e.g. nvidia). Removed the old "OSMesa not found" warning.
This commit is contained in:
parent
f24f23c2d3
commit
a627873ab2
|
@ -322,11 +322,10 @@ then
|
|||
AC_CHECK_LIB(OSMesa, OSMesaCreateContext,
|
||||
[ AC_DEFINE(HAVE_OSMESA)
|
||||
X_PRE_LIBS="$X_PRE_LIBS -lOSMesa"
|
||||
]),
|
||||
$X_LIBS -lXext -lX11 $X_EXTRA_LIBS
|
||||
],,-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS),
|
||||
$X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
|
||||
)
|
||||
],
|
||||
AC_MSG_WARN([OSMesa not found!!])
|
||||
]
|
||||
)
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue