added the initial version of the XOrg support. still lots of cleaning up that needs...
[openwrt/svn-archive/archive.git] / XOrg / driver / patches / xf86-input-mouse-X11R7.2 / configure.patch
1 diff -urN xf86-input-mouse-X11R7.2-1.1.2.orig/configure xf86-input-mouse-X11R7.2-1.1.2/configure
2 --- xf86-input-mouse-X11R7.2-1.1.2.orig/configure 2007-09-15 22:29:11.000000000 +0200
3 +++ xf86-input-mouse-X11R7.2-1.1.2/configure 2007-09-15 22:29:45.000000000 +0200
4 @@ -20172,22 +20172,7 @@
5 XORG_SGML_PATH=$prefix/share/sgml
6 HAVE_DEFS_ENT=
7
8 -as_ac_File=`echo "ac_cv_file_$XORG_SGML_PATH/X11/defs.ent" | $as_tr_sh`
9 -echo "$as_me:$LINENO: checking for $XORG_SGML_PATH/X11/defs.ent" >&5
10 -echo $ECHO_N "checking for $XORG_SGML_PATH/X11/defs.ent... $ECHO_C" >&6
11 -if eval "test \"\${$as_ac_File+set}\" = set"; then
12 - echo $ECHO_N "(cached) $ECHO_C" >&6
13 -else
14 - test "$cross_compiling" = yes &&
15 - { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
16 -echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
17 - { (exit 1); exit 1; }; }
18 -if test -r "$XORG_SGML_PATH/X11/defs.ent"; then
19 - eval "$as_ac_File=yes"
20 -else
21 - eval "$as_ac_File=no"
22 -fi
23 -fi
24 +as_ac_File=no
25 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_File'}'`" >&5
26 echo "${ECHO_T}`eval echo '${'$as_ac_File'}'`" >&6
27 if test `eval echo '${'$as_ac_File'}'` = yes; then