diff options
| author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 18:08:14 +0000 |
|---|---|---|
| committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 18:08:14 +0000 |
| commit | cab89641f369a196d4ad7ad23db8e6dfc2257d01 (patch) | |
| tree | 4f373d34d3d1bea0854207e10452d59761a31d21 /configure.ac | |
| parent | e4b6fddc688dbb65353f818dd482c1a0dd9575f8 (diff) | |
iceauth only depends on xproto headers, not x11 library
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 e50db51..d5848b1 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_PROG_INSTALL AC_TYPE_SIGNAL # Checks for pkg-config packages -PKG_CHECK_MODULES(ICEAUTH, x11 ice) +PKG_CHECK_MODULES(ICEAUTH, xproto ice) AC_SUBST(ICEAUTH_CFLAGS) AC_SUBST(ICEAUTH_LIBS) |
