diff --git a/hw/xfree86/common/xf86Configure.c b/hw/xfree86/common/xf86Configure.c index 8c8e49ef9..0d7a1270c 100644 --- a/hw/xfree86/common/xf86Configure.c +++ b/hw/xfree86/common/xf86Configure.c @@ -399,10 +399,9 @@ configureModuleSection(void) { const char **elist, **el; - /* Find the list of extension & font modules. */ + /* Find the list of extension modules. */ const char *esubdirs[] = { "extensions", - "fonts", NULL }; parsePrologue(XF86ConfModulePtr, XF86ConfModuleRec);