From a542b284b4fc53b6d8c5b090e311c02fbae2f550 Mon Sep 17 00:00:00 2001 From: Sven Panne Date: Thu, 6 Nov 2008 18:57:44 +0000 Subject: [PATCH] We need to link against winmm under Cygwin when --without-x is used to get timeBeginPeriod, timeEndPeriod, joyGetPosEx and joyGetDevCaps. git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@757 7f0cb862-5218-0410-a997-914c9d46530a --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5aa4bf3..efa1653 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ AC_SUBST([LIBTOOL_DEPS]) AC_PATH_XTRA if test x"$no_x" = xyes; then - GL_LIBS="-lopengl32 -lglu32 -lgdi32" + GL_LIBS="-lopengl32 -lglu32 -lgdi32 -lwinmm" LIBXXF86VM= LIBXI= VERSION_INFO= -- 1.7.10.4