summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-22 19:53:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-09-22 19:53:44 -0700
commitaf0aaab315399dafdb29a487c841b7de8271079d (patch)
tree919cb416ef8b6d407885a13780f8aef7ce149cca /configure.ac
parenta7515825e8d487ec58634dde47e110602617079f (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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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`