Actually require bigfontproto when it's enabled. Bug #13710.

This commit is contained in:
John Hein 2009-01-30 21:30:35 -08:00 committed by Eric Anholt
parent 29b3b88dc7
commit ad8ffbe7cb

View File

@ -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])