diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-22 19:53:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-22 19:53:44 -0700 |
commit | af0aaab315399dafdb29a487c841b7de8271079d (patch) | |
tree | 919cb416ef8b6d407885a13780f8aef7ce149cca | |
parent | a7515825e8d487ec58634dde47e110602617079f (diff) |
config: remove AC_SUBST of OCLOCK_CFLAGS & OCLOCK_LIBS
PKG_CHECK_MODULES handles that automatically for us
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 7485299..c97b136 100644 --- a/configure.ac +++ b/configure.ac @@ -36,8 +36,6 @@ AM_CONFIG_HEADER(config.h) # Checks for pkg-config packages PKG_CHECK_MODULES(OCLOCK, x11 xmu xext) -AC_SUBST(OCLOCK_CFLAGS) -AC_SUBST(OCLOCK_LIBS) PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` |