From 5a1684a1effc7c8dca1df51280714269313ed578 Mon Sep 17 00:00:00 2001 From: Christopher John Purnell Date: Sun, 3 Aug 2003 23:14:57 +0000 Subject: [PATCH] Got rid of configure warnings when using a newer autoconf git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@154 7f0cb862-5218-0410-a997-914c9d46530a --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index be9d6ce..fa8c7a0 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ AC_HAVE_HEADERS( GL/gl.h GL/glu.h GL/glx.h ) save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $X_CFLAGS" -AC_CHECK_HEADERS( X11/extensions/xf86vmode.h ) +AC_CHECK_HEADERS(X11/extensions/xf86vmode.h,,,[#include ]) CFLAGS="$save_CFLAGS" dnl Checks for typedefs, structures, and compiler characteristics. -- 1.7.10.4