X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=9493f8e316f165288641dbcf9abc0c352b847ee5;hb=f1adf8b86e072e22353e0481d96d13f627c364b4;hp=499571a70318f2d3bfe753e8a9be95307e7fc378;hpb=4c117836f38d3cc661f6271760ee5cab78ada8cf;p=paraslash.git diff --git a/configure.ac b/configure.ac index 499571a7..9493f8e3 100644 --- a/configure.ac +++ b/configure.ac @@ -394,7 +394,7 @@ if test -n "$CRYPTOLIB" && test $HAVE_OSL = yes && test -n "$BISON" && \ version " if test "$CRYPTOLIB" = openssl; then - server_errlist_objs="$server_errlist_objs crypt" + server_errlist_objs="$server_errlist_objs openssl" else server_errlist_objs="$server_errlist_objs gcrypt" fi @@ -432,7 +432,7 @@ if test -n "$CRYPTOLIB"; then version " if test "$CRYPTOLIB" = openssl; then - client_errlist_objs="$client_errlist_objs crypt" + client_errlist_objs="$client_errlist_objs openssl" else client_errlist_objs="$client_errlist_objs gcrypt" fi @@ -488,7 +488,7 @@ if test -n "$CRYPTOLIB"; then sync_filter " if test "$CRYPTOLIB" = openssl; then - audiod_errlist_objs="$audiod_errlist_objs crypt" + audiod_errlist_objs="$audiod_errlist_objs openssl" else audiod_errlist_objs="$audiod_errlist_objs gcrypt" fi