From d8c52fb06642cfc85fc4479f3c16290fab0d995c Mon Sep 17 00:00:00 2001 From: fayjf Date: Sun, 23 Jan 2011 22:19:16 +0000 Subject: [PATCH] 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 --- freeglut/freeglut/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeglut/freeglut/configure.ac b/freeglut/freeglut/configure.ac index 6d1c59d..5c47541 100644 --- a/freeglut/freeglut/configure.ac +++ b/freeglut/freeglut/configure.ac @@ -21,7 +21,7 @@ AC_SUBST([LIBTOOL_DEPS]) # Checks for libraries. AC_PATH_XTRA -if test x"$no_x" = xyes; then +if test "x$no_x" = xyes; then GL_LIBS="-lopengl32 -lgdi32 -lwinmm" LIBXXF86VM= LIBXI=