diff options
author | Matt Turner <[email protected]> | 2013-03-04 10:29:57 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-03-05 11:02:36 -0800 |
commit | 523b07e32060f11cee6bb2c8a9b9477c85fe1e9a (patch) | |
tree | 682e7088255f1ca3e5ac488fc3015ad918fca060 /configure.ac | |
parent | 35189d768bf80fdedbb6e70f49215cc8b734f343 (diff) |
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 <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 1b13d06be3a..ea56a044dff 100644 --- a/configure.ac +++ b/configure.ac @@ -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*) |