diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-08-13 22:01:39 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-08-13 22:02:41 -0700 |
commit | 9d2e636fa0fe21bfa483c18fa7ca63368a05ef35 (patch) | |
tree | c5ee2d41ca4812e725faac8abe61da98dd2edc8a /configure.ac | |
parent | 4d78d748cbf4a393ef12222c44b5f7adb2d3539f (diff) |
Remove unnecessary statements from configure.ac
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index daa6f1b..b8bc676 100644 --- a/configure.ac +++ b/configure.ac @@ -34,13 +34,10 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) # Check for progs -AC_PROG_CC AC_PROG_LIBTOOL # Check for dependencies PKG_CHECK_MODULES(XVMC, x11 xext xv xextproto videoproto) -AC_SUBST(XVMC_CFLAGS) -AC_SUBST(XVMC_LIBS) AC_CHECK_FUNC([shmat], AC_DEFINE(HAS_SHM,1,[Has shm*() functions])) |