Diff for /Amaya/configure.in between versions 1.112 and 1.113

version 1.112, 2003/04/22 14:34:15 version 1.113, 2003/04/23 06:44:22
Line 673  if test "$with_gl" = "yes" ; then Line 673  if test "$with_gl" = "yes" ; then
                 /usr/local/include/X11/Xft      \                  /usr/local/include/X11/Xft      \
                 /usr/include/X11/Xft1           \                  /usr/include/X11/Xft1           \
                 /usr/X11R6/include/X11/Xft1     \                  /usr/X11R6/include/X11/Xft1     \
                   /usr/include/Xft2/X11/Xft/      \
                 /usr/local/include/X11/Xft1     \                  /usr/local/include/X11/Xft1     \
                 /usr/include/X11/Xft2           \                  /usr/include/X11/Xft2           \
                 /usr/X11R6/include/X11/Xft2     \                  /usr/X11R6/include/X11/Xft2     \
Line 749  if test "$with_gl" = "yes" ; then Line 750  if test "$with_gl" = "yes" ; then
                             if test "$freetype_inc" = "yes" ; then                              if test "$freetype_inc" = "yes" ; then
                                 if test "$xft_inc" = "yes" ; then                                  if test "$xft_inc" = "yes" ; then
                                         if test "$stdglu_inc" = "yes" ; then                                          if test "$stdglu_inc" = "yes" ; then
                                            GL_LIBRARIES=" -lXmu -lXft -lfreetype -lGL -lGLU -lgtkgl -lstdc++"                                             GL_LIBRARIES="-L/usr/lib -L/usr/X11R6/lib  -lXmu -lXft -lfreetype -lGL -lGLU -lgtkgl -lstdc++"
                                         else                                          else
                                            GL_LIBRARIES=" -lXmu -lXft -lfreetype -lGL -lGLU -lgtkgl"                                             GL_LIBRARIES="-L/usr/lib -L/usr/X11R6/lib  -lXmu -lXft -lfreetype -lGL -lGLU -lgtkgl"
                                         fi                                                                        fi                              
                                         GL_OPTIONS="-D_GL"                                          GL_OPTIONS="-D_GL"
                                         no_motif=yes                                          no_motif=yes

Removed from v.1.112  
changed lines
  Added in v.1.113


Webmaster