]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[176-update-to-sysrepo-0-7-6-release] typo 176-update-to-sysrepo-0-7-6-release
authorFrancis Dupont <fdupont@isc.org>
Mon, 19 Nov 2018 13:19:20 +0000 (14:19 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 19 Nov 2018 13:19:20 +0000 (14:19 +0100)
configure.ac

index bc4f068ef5f5b72339ebd041f828ac7b6159bf55..d1b676e3a08739782c38eb90c4caf73471bc0eb0 100644 (file)
@@ -950,7 +950,7 @@ if test "$SYSREPO_CONFIG" != "" ; then
                 [#include <sysrepo-cpp/Session.h>],
                 [Connection("conn-name");])],
             [AC_MSG_RESULT([checking for Sysrepo C++ bindings headers and library... old])
-             AC_DEFINE([HAVE_HAVE_PRE_0_7_6_SYSREPO], [1], [Using sysrepo < 0.7.6])],
+             AC_DEFINE([HAVE_PRE_0_7_6_SYSREPO], [1], [Using sysrepo < 0.7.6])],
              [AC_MSG_RESULT([checking for Sysrepo C++ bindings headers and library... no])
               AC_MSG_ERROR([Needs Sysrepo C++ bindings (unable to find Sysrepo-ccp library. To get it, you need to compile sysrepo with -DGEN_CPP_BINDINGS=ON.)])]
         )]