summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-07-12 19:27:52 -0700
committerAlan Coopersmith <alanc@alf.(none)>2006-07-12 19:27:52 -0700
commit9b5a14e6de65658fdb712e737b292568a69dc3ee (patch)
tree84d706de0f24e1423c6f5a540a2e5004c2f23da8
parentd3f7a679fce893782774e97c0718393295d0773e (diff)
downloadxorg-lib-libXau-9b5a14e6de65658fdb712e737b292568a69dc3ee.tar.gz
Rename XORG_ENABLE_LINT to XORG_WITH_LINT
-rw-r--r--configure.ac2
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