21 lines
818 B
Text
21 lines
818 B
Text
$NetBSD: patch-aa,v 1.1 2007/08/15 20:07:41 joerg Exp $
|
|
|
|
--- configure.orig 2007-08-15 19:13:01.000000000 +0200
|
|
+++ configure
|
|
@@ -20329,16 +20329,8 @@ echo $ECHO_N "checking for $prefix/share
|
|
if eval "test \"\${$as_ac_File+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- test "$cross_compiling" = yes &&
|
|
- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
|
|
-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
-if test -r "$prefix/share/X11/sgml/defs.ent"; then
|
|
- eval "$as_ac_File=yes"
|
|
-else
|
|
eval "$as_ac_File=no"
|
|
fi
|
|
-fi
|
|
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6
|
|
if test `eval echo '${'$as_ac_File'}'` = yes; then
|