Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 604676
Collapse All | Expand All

(-)m4/R.m4 (-5 / +5 lines)
Lines 3105-3114 Link Here
3105
#include <string.h>
3105
#include <string.h>
3106
#include <zlib.h>
3106
#include <zlib.h>
3107
int main() {
3107
int main() {
3108
#ifdef ZLIB_VERSION
3108
#ifdef ZLIB_VERNUM
3109
/* Work around Debian bug: it uses 1.2.3.4 even though there was no such
3109
  if (ZLIB_VERNUM < 0x1250) {
3110
   version on the master site zlib.net */
3110
    exit(1);
3111
  exit(strncmp(ZLIB_VERSION, "1.2.5", 5) < 0);
3111
  }
3112
  exit(0);
3112
#else
3113
#else
3113
  exit(1);
3114
  exit(1);
3114
#endif
3115
#endif
3115
-----------------------------------------------------------------------

Return to bug 604676