Diff for /Amaya/configure.in between versions 1.179 and 1.180

version 1.179, 2005/06/01 14:54:56 version 1.180, 2005/06/08 08:15:22
Line 672  else Line 672  else
 fi  fi
   
 if test "${CC}" = "gcc" ; then  if test "${CC}" = "gcc" ; then
  CFLAGS="${CFLAGS} -W"   CFLAGS="${CFLAGS} -Wall"
   case "${host}" in    case "${host}" in
       *-*-irix5* | *-*irix6* )        *-*-irix5* | *-*irix6* )
          CFLAGS="${CFLAGS} -fsigned-char"           CFLAGS="${CFLAGS} -fsigned-char"
Line 690  CFLAGS="${CFLAGS} -x c" Line 690  CFLAGS="${CFLAGS} -x c"
   
 # C++ options (-x c++)  # C++ options (-x c++)
 CXX_OPTIONS="-D__cplusplus"  CXX_OPTIONS="-D__cplusplus"
 CXXFLAGS="${CXXFLAGS} -W -x c++ ${CXX_OPTIONS}"  CXXFLAGS="${CXXFLAGS} -Wall -x c++ ${CXX_OPTIONS}"
   
 # setup LDFLAGS  # setup LDFLAGS
 # on macosx, specific flags must be set to avoid conflicts with allready installed libwww  # on macosx, specific flags must be set to avoid conflicts with allready installed libwww

Removed from v.1.179  
changed lines
  Added in v.1.180


Webmaster