diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-28 12:30:27 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-28 12:30:27 -0700 |
commit | f490ed44a1c85c75183d87d034b94f9973b88abd (patch) | |
tree | 7b16557f3f386d38993742b008b87c8ca21f9ebf | |
parent | 95cf69bd452db86b6aefe3837e1f7010ebf21e80 (diff) | |
download | xorg-lib-libXrandr-f490ed44a1c85c75183d87d034b94f9973b88abd.tar.gz |
Fix configure.ac comment for RandR instead of Render
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 29f509a..09fb306 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) dnl -dnl Version should match the current Render version. XRenderQueryVersion +dnl Version should match the current Randr version. XRRQueryVersion dnl returns the version from randr.h, NOT the version we set here. But we dnl try to keep these the same. Note that the library has an extra dnl digit in the version number to track changes which don't affect the |