[Xorg] small compile fix for xkbfile

Ely Levy elylevy-xserver at cs.huji.ac.il
Sun Jul 4 16:49:41 PDT 2004


it makes xkbfile compile on my computer
but maybe someone add a reason for doing it this way

Ely Levy
System group
Hebrew University
Jerusalem Israel

-------------- next part --------------
Index: configure.ac
===================================================================
RCS file: /cvs/xlibs/xkbfile/configure.ac,v
retrieving revision 1.2
diff -u -r1.2 configure.ac
--- configure.ac	25 Jun 2004 12:55:36 -0000	1.2
+++ configure.ac	4 Jul 2004 23:47:33 -0000
@@ -24,7 +24,7 @@
         AC_MSG_ERROR([The path $xkb_base does not denote the directory])
 fi
 
-X_CFLAGS="$X_CFLAGS -DDFLT_XKB_CONFIG_ROOT=\\\\\\\"$xkb_base\\\\\\\""
+X_CFLAGS="$X_CFLAGS -DDFLT_XKB_CONFIG_ROOT=\\\"$xkb_base\\\""
 
 AC_SUBST(X_CFLAGS)
 AC_SUBST(X_LIBS)


More information about the xorg mailing list