author | Michael Krelin <hacker@klever.net> | 2005-04-03 16:43:48 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2005-04-03 16:43:48 (UTC) |
commit | dc836540970e798a91ae9460690e4462365e770a (patch) (side-by-side diff) | |
tree | 9e74cfa09ebe825f3ff111a33eba9c3db4eed807 | |
parent | 483022c5ae5b92c1d501ad4b2683666ca6e563e4 (diff) | |
download | sitecing-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
-rw-r--r-- | configure.ac | 2 |
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 @@ -7,5 +7,5 @@ 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/]) ]) |