Diff for /Amaya/configure.in between versions 1.183 and 1.184

version 1.183, 2005/07/01 14:44:35 version 1.184, 2005/07/01 15:20:48
Line 731  if test "$with_gl" = "yes" -o "$with_mes Line 731  if test "$with_gl" = "yes" -o "$with_mes
   
   # if with_gl is on then test system opengl library (GL & GLU)    # if with_gl is on then test system opengl library (GL & GLU)
   if test "$with_gl" = "yes" ; then    if test "$with_gl" = "yes" ; then
       if test "$AMAYAOS" = "LINUX" ; 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          LIBS_OLD=$LIBS
Line 797  if test "$with_gl" = "yes" -o "$with_mes Line 798  if test "$with_gl" = "yes" -o "$with_mes
       GL_LIBRARIES=        GL_LIBRARIES=
       exit 1;        exit 1;
     fi      fi
       fi # AMAYAOS = LINUX
   
     if test "$with_mac" = "yes" ; then      if test "$with_mac" = "yes" ; then
       GL_OPTIONS="-D_GL"                GL_OPTIONS="-D_GL"        

Removed from v.1.183  
changed lines
  Added in v.1.184


Webmaster