From: curt Date: Thu, 7 Feb 2002 22:37:09 +0000 (+0000) Subject: Fixes a config problem that could lead to a bogus build for people with X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5b40eed55432817f4ddbab28e0948fe92a7912db;p=simgear.git Fixes a config problem that could lead to a bogus build for people with voodoo cards. --- diff --git a/configure.in b/configure.in index c27176f4..01438c6f 100644 --- a/configure.in +++ b/configure.in @@ -198,8 +198,8 @@ elif test "x$ac_cv_header_windows_h" != "xyes" ; then dnl if using mesa, check for xmesa.h if test "x$ac_cv_lib_MesaGL_glNewList" = "xyes" ; then - AC_CHECK_HEADER(GL/xmesa.h) - if test "x$ac_cv_header_GL_xmesa_h" = "xyes"; then + AC_CHECK_HEADER(GL/fxmesa.h) + if test "x$ac_cv_header_GL_fxmesa_h" = "xyes"; then AC_DEFINE( XMESA ) AC_DEFINE( FX ) fi