diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c6494b870c27..a3cfc9b9a48d 100644 --- a/configure.ac +++ b/configure.ac @@ -10233,7 +10233,7 @@ fi AC_SUBST(ENABLE_PDFIUM) SYSTEM_GPGMEPP= -if test "$_os" = "Linux"; then +if test "$_os" = "Linux" -o "$_os" = "Darwin"; then dnl =================================================================== dnl Check for system gpgme dnl =================================================================== |