X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=d0b1f17e510494b3bb16cec0f5fd78119fc765c2;hb=b95826a3b7e125ba9260d9aa98c0fca0b55e9d1c;hp=5aa4bf3ed6f7ea54baeeeb9a589149df75ab0522;hpb=159d74c59c866877a09066eb6a160b5563c612ff;p=freeglut diff --git a/configure.ac b/configure.ac index 5aa4bf3..d0b1f17 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= @@ -57,6 +57,7 @@ AC_PROG_GCC_TRADITIONAL AC_FUNC_VPRINTF AC_CHECK_LIBM AC_SUBST([LIBM]) +AC_CHECK_FUNCS([gettimeofday]) # Build time configuration. AC_ARG_ENABLE([replace-glut],