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

Collapse All | Expand All

(-)hdf-4.2.13/configure.ac (-1 / +1 lines)
Lines 676-682 case "$host" in Link Here
676
  *) ;;
676
  *) ;;
677
esac
677
esac
678
678
679
if test "X$BUILD_XDR" != "Xyes"; then
679
if test "X$BUILD_XDR" = "Xyes"; then
680
    AC_TRY_LINK([
680
    AC_TRY_LINK([
681
    #include <rpc/types.h>
681
    #include <rpc/types.h>
682
    #include <rpc/xdr.h>], [xdr_int],
682
    #include <rpc/xdr.h>], [xdr_int],

Return to bug 630868