Misiek\'s changes to fix Game Mode--getting display settings under Windows
[freeglut] / configure.ac
index 63c2cb8..d931a36 100644 (file)
@@ -1,8 +1,8 @@
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([freeglut library], [2.2.0], [freeglut-bugs@lists.sourceforge.net], [freeglut])
+AC_INIT([freeglut library], [2.3.9], [freeglut-bugs@lists.sourceforge.net], [freeglut])
 AM_INIT_AUTOMAKE
-AC_PREREQ([2.59])
+AC_PREREQ([2.58])
 AC_CONFIG_SRCDIR([AUTHORS])
 AC_CONFIG_HEADERS([config.h])
 
@@ -33,6 +33,7 @@ CFLAGS="$save_CFLAGS"
 
 # Checks for library functions.
 AC_PROG_GCC_TRADITIONAL
+AC_FUNC_VPRINTF
 AC_CHECK_LIBM
 AC_SUBST([LIBM])