Diff for /Amaya/configure.in between versions 1.132 and 1.133

version 1.132, 2004/04/21 09:06:33 version 1.133, 2004/04/21 09:16:02
Line 679  CXXFLAGS="${CXXFLAGS} -W -x c++ ${CXX_OP Line 679  CXXFLAGS="${CXXFLAGS} -W -x c++ ${CXX_OP
 # 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
 # for exemple it's possible to install libwww with fink (fink install libwww)  # for exemple it's possible to install libwww with fink (fink install libwww)
 # to avoid conflicts, we just force the linker to search for specified amaya path first  # to avoid conflicts, we just force the linker to search for specified amaya path first
 if test "$OS_OPTIONS"="-D_UNIX -D_MACOS" ; then  if test "$OS_OPTIONS" = "-D_UNIX -D_MACOS" ; then
   LDFLAGS="-Wl,-search_paths_first"    LDFLAGS="-Wl,-search_paths_first"
 else  else
   LDFLAGS=""    LDFLAGS=""

Removed from v.1.132  
changed lines
  Added in v.1.133


Webmaster