summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-07-13 17:01:49 -0700
committerAlan Coopersmith <alanc@alf.(none)>2006-07-13 17:01:49 -0700
commit881115413a7c157c9aab8fba39c8929692baaacc (patch)
treeb9fb27b5548b37cf504a4ca7bf48af9ceb542a94 /configure.ac
parentf25155b03b9fa866d522714ad64e92bf7f2b95fa (diff)
downloadxorg-lib-libXau-881115413a7c157c9aab8fba39c8929692baaacc.tar.gz
Generate lint library for checking programs that call functions in libXau
(Disabled by default, enable with --enable-lint-library)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d9f6df5..3e911b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,7 @@ fi
dnl Allow checking code with lint, sparse, etc.
XORG_WITH_LINT
+XORG_LINT_LIBRARY([Xau])
LINT_FLAGS="${LINT_FLAGS} ${XAU_CFLAGS}"
if test "x$GCC" = "xyes"; then