diff options
author | John Hein <jhein@timing.com> | 2009-01-30 21:30:35 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-02-01 09:06:43 -0800 |
commit | ad8ffbe7cb50387e6a9cc4a24fea0d9c13b7bfc8 (patch) | |
tree | dad5c8133c0dae3932acaf6398f20a814c412917 /configure.ac | |
parent | 29b3b88dc744f4919c6709747ddb7baac47486c5 (diff) |
Actually require bigfontproto when it's enabled. Bug #13710.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e27140bcf..65e2667b0 100644 --- a/configure.ac +++ b/configure.ac @@ -970,6 +970,7 @@ fi AM_CONDITIONAL(XF86BIGFONT, [test "x$XF86BIGFONT" = xyes]) if test "x$XF86BIGFONT" = xyes; then AC_DEFINE(XF86BIGFONT, 1, [Support XF86 Big font extension]) + REQUIRED_MODULES="$REQUIRED_MODULES xf86bigfontproto" fi AM_CONDITIONAL(DPMSExtension, [test "x$DPMSExtension" = xyes]) |