From: John F. Fay Date: Sun, 23 Jan 2011 22:19:16 +0000 (+0000) Subject: Fixing bug 2946386 -- typo in 'configure.ac' X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;ds=sidebyside;h=5537f0d2ee6a200ab9d42b03e27a7bf6643e9cbc;hp=19e8b4e593a33516ed92ba69503f2f1883ca8474;p=freeglut Fixing bug 2946386 -- typo in 'configure.ac' git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@886 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/configure.ac b/configure.ac index 6d1c59d..5c47541 100644 --- a/configure.ac +++ b/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=