log: add -P as a synonym for --perl-regexp
[gitweb.git] / t / test-lib.sh
index e5cfbcc36bf20b345951270ef5eb2598dbce9b11..ab92c0ebaa990bb7b7c561d1a9a66c505bf67d11 100644 (file)
@@ -1009,6 +1009,7 @@ esac
 
 ( COLUMNS=1 && test $COLUMNS = 1 ) && test_set_prereq COLUMNS_CAN_BE_1
 test -z "$NO_PERL" && test_set_prereq PERL
+test -z "$NO_PTHREADS" && test_set_prereq PTHREADS
 test -z "$NO_PYTHON" && test_set_prereq PYTHON
 test -n "$USE_LIBPCRE1" && test_set_prereq PCRE
 test -z "$NO_GETTEXT" && test_set_prereq GETTEXT