configure: Remove unused CONFIGFILE
This isn't used for anything, which is just as well, because /etc/xorg.conf is not in fact a path xserver will try to use. Bugzilla: https://bugs.freedesktop.org/8890 Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
This commit is contained in:
parent
a85e94a50c
commit
5a8b886a95
|
@ -2019,7 +2019,6 @@ if test "x$XORG" = xyes; then
|
||||||
XF86CONFIGFILE="xorg.conf"
|
XF86CONFIGFILE="xorg.conf"
|
||||||
XF86CONFIGDIR="xorg.conf.d"
|
XF86CONFIGDIR="xorg.conf.d"
|
||||||
AC_SUBST(XF86CONFIGDIR)
|
AC_SUBST(XF86CONFIGDIR)
|
||||||
CONFIGFILE="$sysconfdir/$XF86CONFIGFILE"
|
|
||||||
LOGPREFIX="Xorg."
|
LOGPREFIX="Xorg."
|
||||||
XDG_DATA_HOME=".local/share"
|
XDG_DATA_HOME=".local/share"
|
||||||
XDG_DATA_HOME_LOGDIR="xorg"
|
XDG_DATA_HOME_LOGDIR="xorg"
|
||||||
|
|
Loading…
Reference in New Issue