diff options
author | Keith Packard <keithp@keithp.com> | 2002-05-21 17:48:15 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2002-05-21 17:48:15 +0000 |
commit | 446bb9c9e0a18d365de0578c6f0daf676e36f168 (patch) | |
tree | a4bd4895a39fccaeae609d6c3cd57deb58264ec2 /src/fcinit.c | |
parent | fb9545b1ba81604405f730de8c39f40b3fdc13bd (diff) |
More autoconf cleanup for fontconfig
Diffstat (limited to 'src/fcinit.c')
-rw-r--r-- | src/fcinit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fcinit.c b/src/fcinit.c index 8154b659..1b9ef2a9 100644 --- a/src/fcinit.c +++ b/src/fcinit.c @@ -1,5 +1,5 @@ /* - * $XFree86: xc/lib/fontconfig/src/fcinit.c,v 1.3 2002/02/19 08:33:23 keithp Exp $ + * $XFree86: xc/lib/fontconfig/src/fcinit.c,v 1.4 2002/05/21 17:06:22 keithp Exp $ * * Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc. * @@ -33,7 +33,7 @@ FcInitFallbackConfig (void) config = FcConfigCreate (); if (!config) goto bail0; - if (!FcConfigAddDir (config, (FcChar8 *) FC_FALLBACK_FONTS)) + if (!FcConfigAddDir (config, (FcChar8 *) FC_DEFAULT_FONTS)) goto bail1; return config; |