diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:36 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:36 +0000 |
commit | d99f0e0b2577cbdfea2a51d8ca20aff080539b60 (patch) | |
tree | af2be37d514ea31a5a4f41f6de018b1f7ead5912 /configure.ac | |
parent | 6dfc0dee6645c7620cc2fb9a5d44b041cb6558b6 (diff) |
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0300c2b..ca62348 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_CHECK_FUNC([mkstemp], AC_DEFINE(HAS_MKSTEMP,1,[Define to 1 if you have the `mkstemp' function.])) # Checks for pkg-config packages -PKG_CHECK_MODULES(TWM, x11 xt xmu) +PKG_CHECK_MODULES(TWM, x11 xext xt xmu) AC_SUBST(TWM_CFLAGS) AC_SUBST(TWM_LIBS) |