]> git.mxchange.org Git - simgear.git/commitdiff
Fixes a config problem that could lead to a bogus build for people with
authorcurt <curt>
Thu, 7 Feb 2002 22:37:09 +0000 (22:37 +0000)
committercurt <curt>
Thu, 7 Feb 2002 22:37:09 +0000 (22:37 +0000)
voodoo cards.

configure.in

index c27176f41741e90b3e87d0d861b43fa48dc32ce7..01438c6f1c8b37de2217a98605d38295ea1a46d1 100644 (file)
@@ -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