configure.ac: Remove stale comment about --x-* arguments.

Should have been removed with e273ed37.

Note: This is a candidate for the 9.1 branch.
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Matt Turner 2013-03-04 10:29:57 -08:00
parent 35189d768b
commit 523b07e320
1 changed files with 0 additions and 6 deletions

View File

@ -832,12 +832,6 @@ if test "x$enable_dri" = xyes; then
fi
fi
dnl Try to tell the user that the --x-* options are only used when
dnl pkg-config is not available. This must be right after AC_PATH_XTRA.
m4_divert_once([HELP_BEGIN],
[These options are only used when the X libraries cannot be found by the
pkg-config utility.])
dnl Direct rendering or just indirect rendering
case "$host_os" in
gnu*)