blob: 0befe6bfb76405e042a0fd7435866c8f83954bc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.1 2006/12/29 14:18:21 joerg Exp $
--- configure.orig 2006-12-29 14:05:37.000000000 +0000
+++ configure
@@ -2900,8 +2900,8 @@ fi
done
-if test "${ac_cv_header_rpc/xdr_h}" = no ||
- test "${ac_cv_header_rpc/types_h}" = no; then
+if test "${ac_cv_header_rpc_xdr_h}" = no ||
+ test "${ac_cv_header_rpc_types_h}" = no; then
{ { echo "$as_me:$LINENO: error: \"xdr headers rpc/xdr.h and rpc/types.h not found\"" >&5
echo "$as_me: error: \"xdr headers rpc/xdr.h and rpc/types.h not found\"" >&2;}
{ (exit 1); exit 1; }; }
|