15 lines
558 B
Text
15 lines
558 B
Text
$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; }; }
|