From: curt Date: Mon, 24 Aug 1998 20:02:15 +0000 (+0000) Subject: Tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd796aac0e3a196384dbd0e13ef73db55fbd99b2;p=flightgear.git Tweaks. --- diff --git a/NEWS b/NEWS index 818ac1d50..f4bcaad73 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ New in 0.53 * Some initial "GameGLUT" support contributed by Gary R. Van Sickle (tiberius@braemarinc.com) +* Tracked down and eliminated some memory access type bugs that were + causing segfaults on some platforms, with some compilers using various + optimization flags. +* Assorted code optimizations submitted by Norman Vine. New in 0.52 * Stars added in 8 stages as sky gets darker for a smoother more realistic diff --git a/configure.in b/configure.in index a76bf9ef0..3ac6a218c 100644 --- a/configure.in +++ b/configure.in @@ -153,7 +153,7 @@ else dnl force a failed check since we will be building under windoze AM_CONDITIONAL(ENABLE_XMESA_FX, test "no" = "yes") - if test "x$with_sgiopengl" = "xyes" ; then + if test "x$with_sgi_opengl" = "xyes" ; then echo "Building with glut.dll, glu.dll, and opengl.dll" WIN32_GLUT=glut WIN32_GLU=glu