diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-07-13 17:01:49 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-07-13 17:01:49 -0700 |
commit | 881115413a7c157c9aab8fba39c8929692baaacc (patch) | |
tree | b9fb27b5548b37cf504a4ca7bf48af9ceb542a94 /configure.ac | |
parent | f25155b03b9fa866d522714ad64e92bf7f2b95fa (diff) |
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.ac | 1 |
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 |