Diff for /Amaya/configure.in between versions 1.139 and 1.140

version 1.139, 2004/05/28 09:59:48 version 1.140, 2004/05/28 11:07:11
Line 585  dnl Line 585  dnl
 if test "$with_gl" = "yes" ; then  if test "$with_gl" = "yes" ; then
         # setup a list of standard paths int LDFLAGS          # setup a list of standard paths int LDFLAGS
         # for AC_CHECK_LIB library existance checks          # for AC_CHECK_LIB library existance checks
           LIBS_OLD=$LIBS
         LDFLAGS_OLD=$LDFLAGS          LDFLAGS_OLD=$LDFLAGS
         LDFLAGS="-L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib"          LDFLAGS="-L/usr/X11R6/lib -L/usr/lib -L/usr/local/lib"
         AC_MSG_CHECKING([OpenGL])          AC_MSG_CHECKING([OpenGL])
Line 625  if test "$with_gl" = "yes" ; then Line 626  if test "$with_gl" = "yes" ; then
       fi        fi
         done          done
         LDFLAGS=$LDFLAGS_OLD          LDFLAGS=$LDFLAGS_OLD
           LIBS=$LIBS_OLD
                   
         # check for gtkglarea.h only if gtk gui is selected          # check for gtkglarea.h only if gtk gui is selected
         if test "$with_gtk" = "yes" ; then          if test "$with_gtk" = "yes" ; then

Removed from v.1.139  
changed lines
  Added in v.1.140


Webmaster