summaryrefslogtreecommitdiff
path: root/sci-libs/hdf/files/hdf-4.2.13-fix-xdr-configure.patch
blob: a4514ab267ec36d12be368d4a6feab1b454e38fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: hdf-4.2.13/configure.ac
===================================================================
--- hdf-4.2.13.orig/configure.ac
+++ hdf-4.2.13/configure.ac
@@ -676,7 +676,7 @@ case "$host" in
   *) ;;
 esac
 
-if test "X$BUILD_XDR" != "Xyes"; then
+if test "X$BUILD_XDR" = "Xyes"; then
     AC_TRY_LINK([
     #include <rpc/types.h>
     #include <rpc/xdr.h>], [xdr_int],