|
|
| version 1.24, 2002/06/10 11:35:52 | version 1.25, 2002/06/10 11:36:52 |
|---|---|
| Line 362 case "$host" in | Line 362 case "$host" in |
| AC_CHECK_LIB(wsock32, socket) | AC_CHECK_LIB(wsock32, socket) |
| ;; | ;; |
| # never tested this, only theoretically by letter from demos about parser2 build | # never tested this, only theoretically by letter from demos about parser2 build |
| *-hp-ux*) | *-hpux*) |
| AC_CHECK_LIB(nsl, main) | AC_CHECK_LIB(nsl, main) |
| ;; | ;; |
| esac | esac |