diff options
author | Halton Huo <halton.huo@sun.com> | 2008-11-21 03:06:05 +0000 |
---|---|---|
committer | Halton Huo <haltonhuo@src.gnome.org> | 2008-11-21 03:06:05 +0000 |
commit | c1fd2b321429e4eba52e13f69fd64f772b6c1570 (patch) | |
tree | 0f3f7bbafdaefd5d05a569006df56f3adc549543 /configure.ac | |
parent | d1863938dab070ac94ebbf8947bf5fedb9f04590 (diff) | |
download | gdm-c1fd2b321429e4eba52e13f69fd64f772b6c1570.tar.gz |
Add xau to XLIB, fix #561480
2008-11-21 Halton Huo <halton.huo@sun.com>
* configure.ac: Add xau to XLIB, fix #561480
svn path=/trunk/; revision=6605
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 7ceb97db..9f5c534e 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ PKG_CHECK_MODULES(DAEMON, AC_SUBST(DAEMON_CFLAGS) AC_SUBST(DAEMON_LIBS) -PKG_CHECK_MODULES(XLIB, x11, , +PKG_CHECK_MODULES(XLIB, x11 xau, , [AC_PATH_XTRA if test "x$no_x" = xyes; then AC_MSG_ERROR("no (requires X development libraries)") |