Diff for /Amaya/configure.in between versions 1.38 and 1.39

version 1.38, 1998/12/08 08:01:35 version 1.39, 1998/12/08 10:52:55
Line 265  motif_libraries=NONE Line 265  motif_libraries=NONE
   
 AC_MSG_CHECKING(for Motif)  AC_MSG_CHECKING(for Motif)
 AC_ARG_WITH(motif, [  --with-motif            enable Motif tests])  AC_ARG_WITH(motif, [  --with-motif            enable Motif tests])
   
   if test "GCC" = yes; then
      CPP="$(CPP) -x c"
   fi
 if test "x$with_motif" = xno; then  if test "x$with_motif" = xno; then
   no_motif=yes    no_motif=yes
 else  else

Removed from v.1.38  
changed lines
  Added in v.1.39


Webmaster