summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-07 23:39:56 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-05-07 23:40:02 -0700
commit2eb55c2ed3a0e01466cb64d2e74905461eac3c66 (patch)
treed730e50b202cf07bb4d92fc9876870a050604628
parent847f506047b3e7b9390f50d3b12f041cdfd1b2a3 (diff)
config: Remove unnecessary AC_SUBST from configure.ac
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9f8bd27..db20bcf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,5 @@ AC_SYS_LARGEFILE
# Checks for pkg-config packages
PKG_CHECK_MODULES(XPROTO, xproto)
-AC_SUBST(XPROTO_CFLAGS)
AC_OUTPUT([Makefile])