- add peer cmp
[oweals/gnunet.git] / configure.ac
index d9e09ae9a9972f349201b5880655ab3a6ba4993e..50169797ef677e6d0bd5690ed0aec2d170da9a5b 100644 (file)
@@ -3,7 +3,7 @@
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published
-# by the Free Software Foundation; either version 2, or (at your
+# by the Free Software Foundation; either version 3, or (at your
 # option) any later version.
 #
 # GNUnet is distributed in the hope that it will be useful, but
@@ -223,7 +223,7 @@ NEED_LIBGCRYPT_VERSION=1.6.0
 
 
 AM_PATH_LIBGCRYPT("$NEED_LIBGCRYPT_API:$NEED_LIBGCRYPT_VERSION", gcrypt=1)
-AC_CHECK_DECLS([gcry_mpi_lshift], [], [], [[#include <gcrypt.h>]])
+AC_CHECK_DECLS([gcry_mpi_set_opaque_copy], [], [], [[#include <gcrypt.h>]])
 
 if test $gcrypt = 0
 then
@@ -1308,16 +1308,16 @@ AS_IF([test "X$svn_version" = "X" -o "X$svn_version" = "Xexported" -o "X$svn_ver
   AS_IF([test "X$gitsvn_version" = "X"],
   [
     vcs_name="no"
-    vcs_version="release"
+    vcs_version="\"release\""
   ],
   [
     vcs_name="yes, git-svn"
-    vcs_version="svn-$gitsvn_version"
+    vcs_version="\"svn-r$gitsvn_version\""
   ])
 ],
 [
   vcs_name="yes, svn"
-  vcs_version="svn-$svn_version"
+  vcs_version="\"svn-r$svn_version\""
 ])
 AC_MSG_RESULT($vcs_name)