mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
Don't #define HAVE_COMPRESS on windows.
This commit is contained in:
parent
5ad27928ac
commit
5073b97ffb
@ -239,7 +239,7 @@ inline double ulonglong2double(ulonglong value)
|
||||
#define HAVE_ALLOCA
|
||||
#define HAVE_STRPBRK
|
||||
#define HAVE_STRSTR
|
||||
#define HAVE_COMPRESS
|
||||
/* #define HAVE_COMPRESS -- not with PHP, please */
|
||||
|
||||
#ifdef NOT_USED
|
||||
#define HAVE_SNPRINTF /* Gave link error */
|
||||
|
@ -89,6 +89,8 @@ sub diff_files {
|
||||
else
|
||||
{
|
||||
print STDERR "DIFF: $f\n";
|
||||
$f eq 'config-win.h' and
|
||||
print STDERR "/n/nDon't forget to undefine HAVE_COMPRESS in $f/n/n/n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user