Skip to content
Snippets Groups Projects
Commit 35d37582 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Fixed typing error. ^G to much.

[[Imported from SVN: r238]]
parent d7273bd7
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ AC_DEFUN([DUNE_PATH_OPENGL],[
AC_REQUIRE([AC_PROG_CC])
AC_CHECK_HEADERS(GL/gl.h)
AC_CHECK_LIB(GL, glNewList, [GL_LIBS="-lGL"], [have_gl=no])
AC_CHECK_LIB(GL, glNewList, [GL_LIBS="-lGL"], [have_gl=no])
# set variable for summary
with_opengl="no"
......@@ -13,4 +13,4 @@ AC_DEFUN([DUNE_PATH_OPENGL],[
AC_SUBST(GL_LIBS, $GL_LIBS)
with_opengl="yes"
fi
])
\ No newline at end of file
])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment