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

Collapse All | Expand All

(-)clamav-0.93.orig/configure.in (-2 / +2 lines)
Lines 387-393 Link Here
387
    LDFLAGS="$save_LDFLAGS"
387
    LDFLAGS="$save_LDFLAGS"
388
    if test "$HAVE_LIBBZ2" = "yes"; then
388
    if test "$HAVE_LIBBZ2" = "yes"; then
389
	AC_CHECK_HEADER([bzlib.h],
389
	AC_CHECK_HEADER([bzlib.h],
390
			[LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS $LTLIBBZ2";
390
			[LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -lbz2";
391
			 AC_DEFINE([HAVE_BZLIB_H],1,[have bzip2])],
391
			 AC_DEFINE([HAVE_BZLIB_H],1,[have bzip2])],
392
			[AC_MSG_WARN([****** bzip2 support disabled])])
392
			[AC_MSG_WARN([****** bzip2 support disabled])])
393
    else
393
    else
Lines 498-504 Link Here
498
    dnl we don't need to check for __gmpz_init and mpz_init,
498
    dnl we don't need to check for __gmpz_init and mpz_init,
499
    dnl since we are not checking directly for symbols
499
    dnl since we are not checking directly for symbols
500
    if test "$HAVE_LIBGMP" = "yes"; then
500
    if test "$HAVE_LIBGMP" = "yes"; then
501
	    LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS $LTLIBGMP";
501
	    LIBCLAMAV_LIBS="$LIBCLAMAV_LIBS -lgmp";
502
    else
502
    else
503
	    AC_MSG_WARN([****** GNU MP 2 or newer NOT FOUND - digital signature support will be disabled !]);
503
	    AC_MSG_WARN([****** GNU MP 2 or newer NOT FOUND - digital signature support will be disabled !]);
504
	    want_dsig="no";
504
	    want_dsig="no";

Return to bug 213762