Overview
Comment: | Branch for 1.2 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | 1.2 |
Files: | files | file ages | folders |
SHA3-256: |
6783d1431abd6f4e1d0be61920006f24 |
User & Date: | js on 2024-11-02 18:11:29 |
Other Links: | branch diff | manifest | tags |
Context
2024-11-02
| ||
19:08 | Update ChangeLog for 1.2 check-in: 5095072749 user: js tags: 1.2 | |
18:11 | Branch for 1.2 check-in: 6783d1431a user: js tags: 1.2 | |
02:24 | ObjFWHID: Make sure `analog` is always set check-in: 3777558ccd user: js tags: trunk | |
Changes
Modified configure.ac from [9067714a39] to [14f2e39cfd].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | - + - - - + + |
|
︙ | |||
2117 2118 2119 2120 2121 2122 2123 | 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 | - + | ]) AS_IF([test x"$GOBJC" = x"yes"], [ OBJCFLAGS="$OBJCFLAGS -Wwrite-strings -Wpointer-arith" AC_ARG_ENABLE(werror, AS_HELP_STRING([--disable-werror], [do not build with -Werror])) |
︙ |