Got rid of configure warnings when using a newer autoconf
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@154 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
5e6391f52b
commit
0ef2bdb3a9
@ -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 <X11/Xlib.h>])
|
||||
CFLAGS="$save_CFLAGS"
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
|
Reference in New Issue
Block a user