changeset 10574:43685a0541c4

Fix bug with shell HERE document introduced with configure changes for glu
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Apr 2010 09:25:32 -0700
parents d8894a2d0a03
children 3eba2cc7cbda
files ChangeLog configure.ac
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Apr 26 14:33:54 2010 +0200
+++ b/ChangeLog	Mon Apr 26 09:25:32 2010 -0700
@@ -1,3 +1,8 @@
+2010-04-26  Rik <octave@nomad.inbox5.com>
+
+	* configure.ac: fix bug with shell HERE document introduced in
+        previous change.
+
 2010-04-26  Shai Ayal  <shaiay@users.sourceforge.net>
 
 	* configure.ac: make all graphics related tests inter-dependent
--- a/configure.ac	Mon Apr 26 14:33:54 2010 +0200
+++ b/configure.ac	Mon Apr 26 09:25:32 2010 -0700
@@ -890,7 +890,7 @@
     cat > conftest.cc <<EOF
     #include <FL/gl.h>
     int nothing=0;
-  EOF
+EOF
     $CXX $CXXFLAGS $FLTK_CFLAGS -c conftest.cc || \
       warn_fltk_opengl="FLTK does not have OpenGL support.  Native graphics will be disabled."