From 2725ba1fca45e5ba241695e24333d8efab1f862b Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 24 Jun 2008 14:41:32 -0400 Subject: [PATCH] Also remove xorgconfig from configure.ac. --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index f6997e59a..201bfe4c2 100644 --- a/configure.ac +++ b/configure.ac @@ -1830,13 +1830,6 @@ AC_TRY_COMPILE([ AC_DEFINE_DIR(PROJECTROOT, prefix, [Overall prefix]) -dnl xorgconfig CLI configuration utility -if test "x$XORG" = xyes; then - PKG_CHECK_MODULES([XORGCONFIG_DEP], [xkbfile x11]) - AC_SUBST(XORGCONFIG_DEP_CFLAGS) - AC_SUBST(XORGCONFIG_DEP_LIBS) -fi - dnl xorgcfg GUI configuration utility AC_ARG_ENABLE(xorgcfg, AS_HELP_STRING([--enable-xorgcfg], [Build xorgcfg GUI configuration utility (default: no)]), @@ -1971,7 +1964,6 @@ hw/xfree86/utils/gtf/Makefile hw/xfree86/utils/ioport/Makefile hw/xfree86/utils/kbd_mode/Makefile hw/xfree86/utils/xorgcfg/Makefile -hw/xfree86/utils/xorgconfig/Makefile hw/dmx/config/Makefile hw/dmx/doc/Makefile hw/dmx/examples/Makefile