diff configure.ac @ 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 2ceb8e013597
children f35903fa42ed
line wrap: on
line diff
--- 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."