--- configure.orig 2009-07-22 06:02:45.000000000 +0400 +++ configure 2009-11-06 06:10:30.000000000 +0300 @@ -10946,7 +10946,7 @@ COMMON_LDFLAGS="-L/usr/i586-mingw32msvc/lib -lshlwapi" ;; - dragonfly*) + freebsd* | dragonfly*) COMMON_CFLAGS="-I/usr/local/include -Wall -DTARGET_BSD" COMMON_LDFLAGS="-pthread -L/usr/local/lib" ;; @@ -13073,13 +13073,13 @@ { (exit 1); exit 1; }; } fi -{ $as_echo "$as_me:$LINENO: checking for des_ecb_encrypt in -ldes" >&5 -$as_echo_n "checking for des_ecb_encrypt in -ldes... " >&6; } +{ $as_echo "$as_me:$LINENO: checking for des_ecb_encrypt in -lcrypto" >&5 +$as_echo_n "checking for des_ecb_encrypt in -lcrypto... " >&6; } if test "${ac_cv_lib_des_des_ecb_encrypt+set}" = set; then $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-ldes $LIBS" +LIBS="-lcrypto $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13093,11 +13093,11 @@ #ifdef __cplusplus extern "C" #endif -char des_ecb_encrypt (); +char DES_ecb_encrypt (); int main () { -return des_ecb_encrypt (); +return DES_ecb_encrypt (); ; return 0; } @@ -13199,7 +13199,7 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -#include +#include _ACEOF if { (ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in @@ -13267,7 +13267,7 @@ fi if test "x$ac_cv_header_des_h" = x""yes; then - DESLIBS="-ldes" + DESLIBS="-lcrypto" fi