afd5cfd6db
Dave Airlie (1): apm 1.2.1 Paulo Cesar Pereira de Andrade (1): Protect xf86rush dependent code around #ifdef XF86RUSH
21 lines
784 B
Text
21 lines
784 B
Text
$NetBSD: patch-aa,v 1.3 2009/02/25 18:36:09 wiz Exp $
|
|
|
|
--- configure.orig 2008-12-22 04:13:44.000000000 +0000
|
|
+++ configure
|
|
@@ -22171,16 +22171,8 @@ $as_echo_n "checking for $XORG_SGML_PATH
|
|
if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
- test "$cross_compiling" = yes &&
|
|
- { { $as_echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
|
|
-$as_echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
|
|
- { (exit 1); exit 1; }; }
|
|
-if test -r "$XORG_SGML_PATH/X11/defs.ent"; then
|
|
- eval "$as_ac_File=yes"
|
|
-else
|
|
eval "$as_ac_File=no"
|
|
fi
|
|
-fi
|
|
ac_res=`eval 'as_val=${'$as_ac_File'}
|
|
$as_echo "$as_val"'`
|
|
{ $as_echo "$as_me:$LINENO: result: $ac_res" >&5
|