- fixed build-issues in config.m4

- make sure that 'plain_text' is passed on 'verify'
- set error_reporting to E_ALL during tests
This commit is contained in:
Thilo Raufeisen 2006-10-24 14:04:02 +00:00
parent 645661b180
commit 6803be309c
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ if test "$PHP_GNUPG" != "no"; then
AC_MSG_ERROR([Please reinstall the gpgme distribution])
fi
PHP_ADD_INCLUDE($GNUPG_DIR/include)
PHP_ADD_INCLUDE($GNUPG_DIR)
LIBNAME=gpgme
LIBSYMBOL=gpgme_check_version