adrienverge / openfortivpn

Client for PPP+TLS VPN tunnel services
GNU General Public License v3.0
2.75k stars 322 forks source link

configure.ac: fix header checks for macOS #1224

Closed barracuda156 closed 5 months ago

barracuda156 commented 5 months ago

These headers are available, but they won’t be found on earlier macOS versions due to requirement for inclusion order.

DimitriPapadopoulos commented 5 months ago

Out of curiosity, which macOS versions fail?

barracuda156 commented 5 months ago

Out of curiosity, which macOS versions fail?

AFAIK, < 10.9

DimitriPapadopoulos commented 5 months ago

Not exactly recent macOS versions, they reached EOL in 2015. But then why not support them if minimal changes are required.