summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorKlaus Kämpf <kkaempf@suse.de>2011-09-14 21:38:32 +0200
committerKlaus Kämpf <kkaempf@suse.de>2011-09-14 21:38:32 +0200
commitacb669c16fb622eb5581e447c359d0416878a0be (patch)
tree69bb06b9c17d9392f7da07aa0eabe6524c6ff8e2 /configure.in
parent541b4c333bc94841df0e8dcb4d0ef61b4c5e8c9d (diff)
downloadwsmancli-acb669c16fb622eb5581e447c359d0416878a0be.tar.gz
wsmancli-acb669c16fb622eb5581e447c359d0416878a0be.tar.xz
wsmancli-acb669c16fb622eb5581e447c359d0416878a0be.zip
Adapt build requires to openwsman-2.2.7, which splitted out C++ bindingsv2.2.7.1
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a5170db..e2e3597 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(wsmancli, 2.2.7)
+AC_INIT(wsmancli, 2.2.7.1)
AC_CONFIG_SRCDIR(wsmancli.spec.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
AM_CONFIG_HEADER(config.h)
@@ -17,7 +17,7 @@ AC_SUBST(WSMAN_PKG)
PACKAGE_BUILDTS=`date +%Y%m%d%H%M`
AC_SUBST(PACKAGE_BUILDTS)
-PKG_CHECK_MODULES(OPENWSMAN, [openwsman >= 2.2.3])
+PKG_CHECK_MODULES(OPENWSMAN, [openwsman >= 2.2.7])
have_cunit=no
AC_CHECK_HEADERS([CUnit/Basic.h], have_cunit="yes" )
AM_CONDITIONAL(BUILD_CUNIT_TESTS, test "$have_cunit" == "yes")