Fixing bug 2946386 -- typo in 'configure.ac'
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@886 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
21c78935f7
commit
d8c52fb066
@ -21,7 +21,7 @@ AC_SUBST([LIBTOOL_DEPS])
|
|||||||
# Checks for libraries.
|
# Checks for libraries.
|
||||||
AC_PATH_XTRA
|
AC_PATH_XTRA
|
||||||
|
|
||||||
if test x"$no_x" = xyes; then
|
if test "x$no_x" = xyes; then
|
||||||
GL_LIBS="-lopengl32 -lgdi32 -lwinmm"
|
GL_LIBS="-lopengl32 -lgdi32 -lwinmm"
|
||||||
LIBXXF86VM=
|
LIBXXF86VM=
|
||||||
LIBXI=
|
LIBXI=
|
||||||
|
Reference in New Issue
Block a user