summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-06-11 15:10:04 -0400
committerKeith Packard <keithp@keithp.com>2018-06-26 17:23:37 -0700
commit5a8b886a956773669ceb2a2bcacd59184bcc7c99 (patch)
tree1803de0654ba325ff45fa80d839d83e50a9eb41f
parenta85e94a50c94b07574c8701a3ff3c1243f4257f4 (diff)
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>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0075b6ace..7d5cb0d4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2019,7 +2019,6 @@ if test "x$XORG" = xyes; then
XF86CONFIGFILE="xorg.conf"
XF86CONFIGDIR="xorg.conf.d"
AC_SUBST(XF86CONFIGDIR)
- CONFIGFILE="$sysconfdir/$XF86CONFIGFILE"
LOGPREFIX="Xorg."
XDG_DATA_HOME=".local/share"
XDG_DATA_HOME_LOGDIR="xorg"