l10n: sv.po: Update Swedish translation (3288t0f0u)
[gitweb.git] / t / test-lib.sh
index 1ae0fc02d059517919d81d7862ff37cc284c747d..9a0a21f49ae7bef3d0a1b653cce811d12499672e 100644 (file)
@@ -1048,6 +1048,8 @@ 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$USE_LIBPCRE2" && test_set_prereq PCRE
+test -n "$USE_LIBPCRE1" && test_set_prereq LIBPCRE1
+test -n "$USE_LIBPCRE2" && test_set_prereq LIBPCRE2
 test -z "$NO_GETTEXT" && test_set_prereq GETTEXT
 
 # Can we rely on git's output in the C locale?