diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index fbb7c4a..ab3b121 100644 --- a/configure.ac +++ b/configure.ac @@ -170,14 +170,6 @@ if test "x$XFONT_FONTFILE" = xyes; then AC_DEFINE(XFONT_FONTFILE,1,[Support fonts in files]) fi -AC_ARG_ENABLE(loadable-font-modules, - AC_HELP_STRING([--disable-loadable-font-modules], - [support dynamically loaded font modules (default is enabled)]), - [LOADABLE_FONTS=$enableval], [LOADABLE_FONTS=yes]) -if test "x$LOADABLE_FONTS" = xyes; then - AC_DEFINE(LOADABLEFONTS,1,[Support dynamically loaded font modules]) -fi - # # Support connection to font servers? # |