Randall via curl-library <curl-library@lists.haxx.se> writes:

> The dependency just added for libpsl breaks builds where the library does
> not exist - for example, the latest NonStop OS from August 2023.
>
> checking for library containing psl_builtin... no
> configure: error: libpsl was not found
>
> This seems entirely like it could be isolated to ./configure or
> ./configure.ac. Configure does not complete, so I'm a bit stuck. Assistance
> is requested please.

You should be able to disable it via a configure arg, it's just that it
now defaults to erroring out if libpsl can't be found, instead of
using-it-if-available.

Please try ./configure --without-libpsl and report back if there's a
problem.

Thanks!

>
> --Randall

-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to