diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-05-09 17:13:11 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-05-09 17:13:11 -0700 |
commit | dbf88774a77d91f3f7996071dfccf61636afa77b (patch) | |
tree | 8bda07b87cdcd3f11a1620fbc3e8c9a0314f82a6 /configure.ac | |
parent | 7cc28e8ae807e69663e0a73cd12edf9963277a2d (diff) |
Adjust flags definitions to fix lint library build
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b463825..084b3ce 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,6 @@ XORG_CWARNFLAGS # Check for dependencies PKG_CHECK_MODULES(XV, x11 xext xextproto videoproto) -XV_CFLAGS="$CWARNFLAGS $XV_CFLAGS" AC_SUBST(XV_CFLAGS) AC_SUBST(XV_LIBS) @@ -52,7 +51,6 @@ XORG_CHANGELOG dnl Allow checking code with lint, sparse, etc. XORG_WITH_LINT XORG_LINT_LIBRARY([Xv]) -LINT_FLAGS="${LINT_FLAGS} ${XV_CFLAGS}" AC_OUTPUT([Makefile include/Makefile |