diff options
| author | Sam Varshavchik | 2021-11-28 10:17:28 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2021-11-28 10:17:28 -0500 | 
| commit | ba64de5232d3b0124e540124fcded55f8c4d42ab (patch) | |
| tree | 173228a2e920eacd129240909851f6871a135063 /maildrop/configure.ac | |
| parent | 00664cc3ece7c29843771561fe2890b635f2b74e (diff) | |
| download | courier-libs-ba64de5232d3b0124e540124fcded55f8c4d42ab.tar.bz2 | |
Convert to PCRE2.
Diffstat (limited to 'maildrop/configure.ac')
| -rw-r--r-- | maildrop/configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/maildrop/configure.ac b/maildrop/configure.ac index 63acdfb..1c5655f 100644 --- a/maildrop/configure.ac +++ b/maildrop/configure.ac @@ -305,7 +305,7 @@ AC_CHECK_PROG(PCRE2, pcre2-config, yes, no)  if test "$PCRE2" = "no"  then -	AC_MSG_ERROR([pcre2 library not found]) +	AC_MSG_ERROR([pcre2-config was not found, please install PCRE2])  fi  dnl Try to find sendmail. | 
