Overview
Comment: | backed out name change for debug lib |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
587d7f79657c73cde263d188693a4a0f |
User & Date: | aborr on 2000-05-12 04:46:07 |
Other Links: | manifest | tags |
Context
2000-05-18
| ||
00:31 | define symbol WINDOWS when TLS uses BSAFE headers for Win/NT check-in: 7d63c7af04 user: aborr tags: trunk | |
2000-05-12
| ||
04:46 | backed out name change for debug lib check-in: 587d7f7965 user: aborr tags: trunk | |
2000-05-10
| ||
19:18 | added flag to switch between normal and debug libs check-in: 0e165d9820 user: aborr tags: trunk | |
Changes
Modified configure.in from [9ebd52073e] to [4a50e41d75].
︙ | |||
342 343 344 345 346 347 348 | 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 | - + | #-------------------------------------------------------------------- if test -n "${OPENSSL}"; then case "`uname -s`" in *win32* | *WIN32* | *CYGWIN_NT*|*CYGWIN_98*|*CYGWIN_95*) if test "${SHARED_BUILD}" = "1" ; then |
︙ |