From: Christopher John Purnell Date: Sun, 3 Aug 2003 23:14:57 +0000 (+0000) Subject: Got rid of configure warnings when using a newer autoconf X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=5a1684a1effc7c8dca1df51280714269313ed578;p=freeglut 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 --- 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.