Differences From Artifact [4a50e41d75]:
- File configure.in — part of check-in [10b4432d02] at 2000-05-09 22:26:44 on branch trunk — minor change to error message (user: aborr, size: 14492) [annotate] [blame] [check-ins using] [more...]
To Artifact [70475c452d]:
- File configure.in — part of check-in [7d63c7af04] at 2000-05-18 00:31:15 on branch trunk — define symbol WINDOWS when TLS uses BSAFE headers for Win/NT (user: aborr, size: 14516) [annotate] [blame] [check-ins using]
︙ | |||
84 85 86 87 88 89 90 91 92 93 94 95 96 97 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | + | # This step isn't necessary if we're using OpenSSL. #-------------------------------------------------------------------- if test -z "${OPENSSL}"; then case "`uname -s`" in *win32* | *WIN32* | *CYGWIN_NT*|*CYGWIN_98*|*CYGWIN_95*) PLATFORM=WIN32 AC_DEFINE(WINDOWS) ;; *SunOS*) PLATFORM=SOLARIS ;; *) PLATFORM=LINUX ;; |
︙ |