diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-22 20:40:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-22 20:40:23 -0700 |
commit | 9c2fe7cf4573a154032c4058d3dda4cc737f5efa (patch) | |
tree | d52a6e091133eddfe86fd34223f385b2d0aff58c | |
parent | bbbe661b5b111836f9fb8adf9c3c329480008d60 (diff) |
config: remove AC_SUBST of CFLAGS & LIBS that PKG_CHECK_MODULES handles
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 514d9ae..526d24e 100644 --- a/configure.ac +++ b/configure.ac @@ -44,8 +44,6 @@ AC_SUBST([XKBCONFIGROOT]) # Checks for pkg-config packages PKG_CHECK_MODULES(SETXKBMAP, xkbfile x11) -AC_SUBST(SETXKBMAP_CFLAGS) -AC_SUBST(SETXKBMAP_LIBS) # Allow checking code with lint, sparse, etc. XORG_WITH_LINT |