Skip to content
Snippets Groups Projects
Commit fe05aef1 authored by Daniel Koester's avatar Daniel Koester
Browse files

now checking for libGL if libMesaGL not found (Linux-case)

parent 83450870
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,8 @@ esac ...@@ -85,7 +85,8 @@ esac
case "$build_os" in case "$build_os" in
*linux*) *linux*)
AC_CHECK_LIB(MesaGL, main) AC_CHECK_LIB(MesaGL, main,,
[AC_CHECK_LIB(GL, main)])
AC_CHECK_LIB(g2c, main) AC_CHECK_LIB(g2c, main)
AC_CHECK_LIB(blas, main,, AC_CHECK_LIB(blas, main,,
[AC_MSG_WARN([Problems with libblas, also tried lg2c for Linux...]) [AC_MSG_WARN([Problems with libblas, also tried lg2c for Linux...])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment