Change #271383
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Tue 16 Jun 2026 22:18:43 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 528c05a9876d77c9752709db3d24bcf31ebf57eb |
Comments
configure: tidy up `OPT_APPLE_SECTRUST` initialization The OS detection variable is not initialized at the time of assigning its value to `OPT_APPLE_SECTRUST`. Replace the current empty value with `no`. This keeps existing, desired, behavior. Closes #22054
Changed files
- configure.ac