Overview
Comment: | Removed some extraneous code |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
eec3752f942386af95e4c9c6fc66cd21 |
User & Date: | rkeene on 2018-10-29 17:22:57 |
Other Links: | manifest | tags |
Context
2018-11-08
| ||
23:10 | Set a default number of bootstrap connections check-in: 5caf8fe3fd user: rkeene tags: trunk | |
2018-10-29
| ||
17:22 | Removed some extraneous code check-in: eec3752f94 user: rkeene tags: trunk | |
2018-09-26
| ||
14:09 | Added defaults for the node peering and peers check-in: a5891c9a06 user: rkeene tags: trunk | |
Changes
Modified configure.ac from [4da108b9e1] to [a3c88ad991].
︙ | |||
113 114 115 116 117 118 119 | 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | - - - - + - | AC_CHECK_FUNC(getentropy,, [ AC_CHECK_FUNC(CryptGenRandom) ]) ]) dnl Sync the RPATH if requested if test "$TCLEXT_BUILD" != 'static'; then |
︙ |