mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2024-11-22 06:27:08 +00:00
Merge branch 'arjendekorte-patch-1'
This commit is contained in:
commit
d32d75b6eb
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@ if test "$PHP_GNUPG" != "no"; then
|
|||
|
||||
PHP_ADD_INCLUDE($GNUPG_DIR/include)
|
||||
|
||||
dnl enable largefile support on 32-bits platform
|
||||
AC_SYS_LARGEFILE
|
||||
AC_TYPE_OFF_T
|
||||
|
||||
dnl gpgme_op_passwd is not used but was added in 1.3.0
|
||||
LIBNAME=gpgme
|
||||
LIBSYMBOL=gpgme_op_passwd
|
||||
|
|
Loading…
Reference in a new issue