configure: Fix --disable-pcre2
authorFabian Keil <fk@fabiankeil.de>
Sun, 27 Aug 2023 10:13:48 +0000 (12:13 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 27 Aug 2023 10:55:06 +0000 (12:55 +0200)
Previously it would result in neither pcre library being detected:

    checking for getnameinfo... (cached) yes
    configure: WARNING: Ignoring pcre2 even if it's available
    test: =: unexpected operator
    Enabling support for client-specific tags.
    checking for zlibVersion in -lz... (cached) yes
    Enabling compression support.
    test: =: unexpected operator
    test: =: unexpected operator
    configure: error: Detected neither pcre2 nor pcre library.


No differences found