Diff for /parser3/Attic/configure.in between versions 1.23 and 1.25

version 1.23, 2002/06/10 11:28:25 version 1.25, 2002/06/10 11:36:52
Line 361  case "$host" in Line 361  case "$host" in
       AC_DEFINE(WIN32,,Windows32 target platform)        AC_DEFINE(WIN32,,Windows32 target platform)
       AC_CHECK_LIB(wsock32, socket)        AC_CHECK_LIB(wsock32, socket)
   ;;    ;;
   # never tested this, only theoretically by letter from demos about parser2 build
     *-hpux*)
         AC_CHECK_LIB(nsl, main)
     ;;
 esac  esac
   
 AC_CHECK_LIB(m, sin)  AC_CHECK_LIB(m, sin)

Removed from v.1.23  
changed lines
  Added in v.1.25


E-mail: