mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
fix configure check with imap-2001
This commit is contained in:
parent
549ffc3ab0
commit
defcaa9154
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ if test "$PHP_IMAP" != "no"; then
|
||||||
CFLAGS="-I$IMAP_INC_DIR"
|
CFLAGS="-I$IMAP_INC_DIR"
|
||||||
AC_CACHE_CHECK(for utf8_mime2text signature, ac_cv_utf8_mime2text,
|
AC_CACHE_CHECK(for utf8_mime2text signature, ac_cv_utf8_mime2text,
|
||||||
AC_TRY_COMPILE([
|
AC_TRY_COMPILE([
|
||||||
|
#include <stdio.h>
|
||||||
#include <c-client.h>
|
#include <c-client.h>
|
||||||
],[
|
],[
|
||||||
SIZEDTEXT *src, *dst;
|
SIZEDTEXT *src, *dst;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue