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

Changed "MesaGL" to "GL" since the latter seems obsolete for Linux...

parent 18651acd
No related branches found
No related tags found
No related merge requests found
...@@ -103,8 +103,8 @@ case "$build_os" in ...@@ -103,8 +103,8 @@ case "$build_os" in
AC_CHECK_LIB(Xext, main,, AC_CHECK_LIB(Xext, main,,
[AC_MSG_ERROR([Exiting...])], [AC_MSG_ERROR([Exiting...])],
[-L$x_libraries]) [-L$x_libraries])
AC_CHECK_LIB(MesaGL, main,, AC_CHECK_LIB(GL, main,,
[AC_CHECK_LIB(GL,main)], [AC_CHECK_LIB(MesaGL,main)],
[-L$x_libraries]) [-L$x_libraries])
;; ;;
*) *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment