diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-07-19 17:01:20 -0400 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-21 15:16:58 -0400 |
commit | 00b24f119f03da86fa98ffea545c5b041810ce53 (patch) | |
tree | 152ecea0a65474fc837d09222aecda209e412d14 /configure.ac | |
parent | f8a7a1e40c14a85ebde11c5854c07a8d529d38b9 (diff) | |
download | xserver-00b24f119f03da86fa98ffea545c5b041810ce53.tar.gz |
fix minor typo
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 51b634eb7..a2af59990 100644 --- a/configure.ac +++ b/configure.ac @@ -469,7 +469,7 @@ AC_MSG_RESULT([$SETUID]) AM_CONDITIONAL(INSTALL_SETUID, [test "x$SETUID" = "xyes"]) dnl Issue an error if xtrans.m4 was not found and XTRANS_CONNECTION_FLAGS macro -dnl was not expanded, since libX11 with no transport types is rather useless. +dnl was not expanded, since xorg-server with no transport types is rather useless. dnl dnl If you're seeing an error here, be sure you installed the lib/xtrans module dnl first and if it's not in the default location, that you set the ACLOCAL |