Overview
| Comment: | configure.ac: Fix posix_spawnp test |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
90a847c0222f3fb953408374d4f0b012 |
| User & Date: | js on 2015-12-02 00:06:01 |
| Other Links: | manifest | tags |
Context
|
2015-12-03
| ||
| 20:56 | OFOptionsParser: Fix a nil vs. NULL mishap (check-in: 13e226f9c8 user: js tags: trunk) | |
|
2015-12-02
| ||
| 00:06 | configure.ac: Fix posix_spawnp test (check-in: 90a847c022 user: js tags: trunk) | |
|
2015-11-29
| ||
| 19:00 | OFOptionsParser: Fix missing nil check (check-in: 2c0ca29a9c user: js tags: trunk) | |
Changes
Modified configure.ac from [9fce2e3ed4] to [5cfd34c354].
| ︙ | |||
961 962 963 964 965 966 967 | 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 | - + | ;; *-*-msdosdjgpp*) have_processes="no" ;; *) AC_CHECK_FUNCS(kill) |
| ︙ |