]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks.
authorcurt <curt>
Mon, 24 Aug 1998 20:02:15 +0000 (20:02 +0000)
committercurt <curt>
Mon, 24 Aug 1998 20:02:15 +0000 (20:02 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 818ac1d50e640aff96480e5129e0b9a4dd218d09..f4bcaad73bc80a01536d6e4a2a38dc554436f9ff 100644 (file)
--- 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
index a76bf9ef0bacd13bbf6f8298f0e7f449bab264b6..3ac6a218c039f45503b9fcf0360f57522dc2e7dd 100644 (file)
@@ -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