Overview
Comment: | added flag to switch between normal and debug libs |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0e165d98200c3ee6637c83b5d6c525e8 |
User & Date: | aborr on 2000-05-10 19:18:34 |
Other Links: | manifest | tags |
Context
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 | |
2000-05-09
| ||
22:26 | minor change to error message check-in: 10b4432d02 user: aborr tags: trunk | |
Changes
Modified configure.in from [4a50e41d75] to [9ebd52073e].
︙ | |||
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 |
︙ |