summaryrefslogtreecommitdiff
blob: 649bb00814b809d7aa51e79feba77b1be38083e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===================================================================
RCS file: /cvs/xorg/xserver/xorg/configure.ac,v
diff -u -r1.124 -r1.125
--- configure.ac	2005/11/10 04:59:21	1.124
+++ configure.ac	2005/11/14 00:01:34	1.125
@@ -353,7 +353,7 @@
 				[ XKBPATH="${datadir}/X11/xkb" ])
 AC_ARG_WITH(xkb-output,       AS_HELP_STRING([--with-xkb-output=PATH], [Path to XKB output dir (default: ${datadir}/X11/xkb/compiled)]),
 				[ XKBOUTPUT="$withval" ],
-				[ XKBOUTPUT="compiled" ])
+				[ XKBOUTPUT="compiled/" ])
 AC_ARG_WITH(rgb-path,         AS_HELP_STRING([--with-rgb-path=PATH], [Path to RGB database (default: ${datadir}/X11/rgb)]),
 				[ RGBPATH="$withval" ],
 				[ RGBPATH="${datadir}/X11/rgb" ])