Skip to content

configure.ac: fix a syntax error

Lubomir Rintel requested to merge lr/ac-threads into main

Fixes this error:

checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes ./configure: line 30294: ,as_fn_error: command not found checking for a Python interpreter with version >= 3... python checking for python... /usr/bin/python

Merge request reports