Overview
Comment: | Fixed a few configure issues |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e9733e0ecf5326941257aa6c5b2a8fcb |
User & Date: | rkeene on 2018-06-30 04:17:45 |
Other Links: | manifest | tags |
Context
2018-06-30
| ||
04:17 | Shaped up Makefile a bit check-in: a487f5ba86 user: rkeene tags: trunk | |
04:17 | Fixed a few configure issues check-in: e9733e0ecf user: rkeene tags: trunk | |
04:17 | Removed more unused functions check-in: 6fddc6c891 user: rkeene tags: trunk | |
Changes
Modified configure.ac from [b41c61c4cd] to [20e905cc2d].
︙ | |||
34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - + + - + - + | tcl_nano_debug='false' AC_ARG_ENABLE([debug], AS_HELP_STRING([--enable-debug], [enable debugging parameters]), [ if test "$enableval" = "yes"; then tcl_nano_debug='true' fi ]) if test "$tcl_nano_debug" = 'true'; then |
︙ |