X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=configure.ac;h=61365e632a5ad8cd73c1b45917f76b662064983c;hp=a1919ca9e94223fbfc8d08837ca4f3db53ec0e1b;hb=ce82736ddc9b974ed538ddf0ab7fae80fb5fc5d3;hpb=ad35733037a093e0726b210c432c5701823b8dc1 diff --git a/configure.ac b/configure.ac index a1919ca9..61365e63 100644 --- a/configure.ac +++ b/configure.ac @@ -393,10 +393,8 @@ if test "$check_gcrypt" = "yes"; then if test "$have_gcrypt" = "yes"; then AC_DEFINE(HAVE_GCRYPT, 1, [define to 1 to turn on gcrypt support]) AC_SUBST(gcrypt_cppflags) - gcrypt_libs="$gcrypt_libs -lgcrypt" - server_ldflags="$server_ldflags $gcrypt_libs" - client_ldflags="$client_ldflags $gcrypt_libs" - audiod_ldflags="$audiod_ldflags $gcrypt_libs" + gcrypt_ldflags="$gcrypt_libs -lgcrypt" + AC_SUBST(gcrypt_ldflags) server_errlist_objs="$server_errlist_objs gcrypt" client_errlist_objs="$client_errlist_objs gcrypt"