summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2005-04-03 16:43:48 (UTC)
committer Michael Krelin <hacker@klever.net>2005-04-03 16:43:48 (UTC)
commitdc836540970e798a91ae9460690e4462365e770a (patch) (side-by-side diff)
tree9e74cfa09ebe825f3ff111a33eba9c3db4eed807
parent483022c5ae5b92c1d501ad4b2683666ca6e563e4 (diff)
downloadsitecing-showcase/0.0.1.zip
sitecing-showcase/0.0.1.tar.gz
sitecing-showcase/0.0.1.tar.bz2
the last change before release - bump sitecing version requirementshowcase/0.0.1
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ef66b30..e60f519 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AM_INIT_AUTOMAKE([dist-bzip2])
AC_PATH_PROG([XSLTPROC],[xsltproc],[true])
-PKG_CHECK_MODULES([SITECING],[sitecing],,[
+PKG_CHECK_MODULES([SITECING],[sitecing >= 0.0.1],,[
AC_MSG_ERROR([site-C-ing not found. get it at http://kin.klever.net/sitecing/])
])
sitecing_prefix="$(${PKG_CONFIG} --variable=prefix sitecing)"