Diff for /Amaya/configure.in between versions 1.80 and 1.81

version 1.80, 2002/02/11 16:39:33 version 1.81, 2002/02/12 14:00:44
Line 634  if test "$with_gl" = "yes" ; then Line 634  if test "$with_gl" = "yes" ; then
                 GL_OPTIONS=                       GL_OPTIONS=     
                 GL_INCLUDES=                      GL_INCLUDES=    
                 GL_LIBRARIES=                  GL_LIBRARIES=
                   exit 1;
         fi          fi
         if test "$glu_inc" = "" ; then          if test "$glu_inc" = "" ; then
                 AC_MSG_WARN(Glu headers (glu.h) not found !!)                  AC_MSG_WARN(Glu headers (glu.h) not found !!)
                 AC_MSG_WARN(Disabling opengl build !)                  AC_MSG_WARN(Disabling opengl build !)
           
                 with_gl="no"                  with_gl="no"
                 GL_OPTIONS=                       GL_OPTIONS=     
                 GL_INCLUDES=                      GL_INCLUDES=    
                 GL_LIBRARIES=                  GL_LIBRARIES=
                   exit 1;
         fi          fi
         if test "$gtkgl_inc" = "" ; then          if test "$gtkgl_inc" = "" ; then
                 AC_MSG_WARN(Gtkglarea headers (gktglarea.h) not found !!)                  AC_MSG_WARN(Gtkglarea headers (gktglarea.h) not found !!)
Line 650  if test "$with_gl" = "yes" ; then Line 653  if test "$with_gl" = "yes" ; then
                 GL_OPTIONS=                       GL_OPTIONS=     
                 GL_INCLUDES=                      GL_INCLUDES=    
                 GL_LIBRARIES=                  GL_LIBRARIES=
                   exit 1;
         fi          fi
         if test "$freetype_inc" = "" ; then          if test "$freetype_inc" = "" ; then
                 AC_MSG_WARN(Freetype 2 headers (ft2build.h) not found !!)                  AC_MSG_WARN(Freetype 2 headers (ft2build.h) not found !!)
Line 658  if test "$with_gl" = "yes" ; then Line 662  if test "$with_gl" = "yes" ; then
                 GL_OPTIONS=                       GL_OPTIONS=     
                 GL_INCLUDES=                  GL_INCLUDES=
                 GL_LIBRARIES=                  GL_LIBRARIES=
                   exit 1;
         fi          fi
         if test "$gl_inc" = "yes" ; then          if test "$gl_inc" = "yes" ; then
                 if test "$glu_inc" = "yes" ; then                  if test "$glu_inc" = "yes" ; then

Removed from v.1.80  
changed lines
  Added in v.1.81


Webmaster