Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 435410 | Differences between
and this patch

Collapse All | Expand All

(-)zip30/unix/configure (-1 / +6 lines)
Lines 453-458 Link Here
453
# Check for wide char for Unicode support
453
# Check for wide char for Unicode support
454
# Added 11/24/2005 EG
454
# Added 11/24/2005 EG
455
455
456
if test -n "${DISABLE_UNICODE}"; then
457
  echo -- no Unicode support, disabled
458
  OCRCU8=""
459
  OCRCTB="crc32_.o"
460
else
456
echo Check for wide char support
461
echo Check for wide char support
457
cat > conftest.c << _EOF_
462
cat > conftest.c << _EOF_
458
#include <stdlib.h>
463
#include <stdlib.h>
Lines 486-492 Link Here
486
  OCRCU8="crc32_.o ${OCRCU8}"
491
  OCRCU8="crc32_.o ${OCRCU8}"
487
  OCRCTB=""
492
  OCRCTB=""
488
fi
493
fi
489
494
fi
490
495
491
# from configure 2.4i (Onno) 12/5/04
496
# from configure 2.4i (Onno) 12/5/04
492
497

Return to bug 435410