diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-07-12 19:27:52 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-07-12 19:27:52 -0700 |
commit | 9b5a14e6de65658fdb712e737b292568a69dc3ee (patch) | |
tree | 84d706de0f24e1423c6f5a540a2e5004c2f23da8 /configure.ac | |
parent | d3f7a679fce893782774e97c0718393295d0773e (diff) |
Rename XORG_ENABLE_LINT to XORG_WITH_LINT
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 017f704..d9f6df5 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ dnl XXX incomplete, please fill this in fi dnl Allow checking code with lint, sparse, etc. -XORG_ENABLE_LINT +XORG_WITH_LINT LINT_FLAGS="${LINT_FLAGS} ${XAU_CFLAGS}" if test "x$GCC" = "xyes"; then |