]> git.mxchange.org Git - simgear.git/blobdiff - configure.in
Decouple sg_time code from the current time(NULL), i.e. you can run the
[simgear.git] / 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