diff options
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. | 
