diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 378f8b0..fc07274 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,4 @@ - -AC_INIT(remote-login-service, 1.0.0) +AC_INIT(remote-login-service-x2go, 1.0.0.1) AC_PREREQ(2.53) AM_INIT_AUTOMAKE([]) @@ -30,7 +29,7 @@ PKG_CHECK_MODULES(TEST, dbustest-1) AC_CHECK_LIB(gcrypt, gcry_cipher_get_algo_keylen, GCRYPT_LIBS="-lgcrypt") if test x"$GCRYPT_LIBS" = x ; then - echo "You need libgcrypt to compile remote-login-service"; + echo "You need libgcrypt to compile remote-login-service-x2go"; exit fi |