diff --git a/configure b/configure index a166de07fc..b523a6ef94 100755 --- a/configure +++ b/configure @@ -1802,7 +1802,7 @@ if test "$rbd" != "no" ; then #include int main(void) { rados_initialize(0, NULL); return 0; } EOF - rbd_libs="-lrados -lcrypto" + rbd_libs="-lrados" if compile_prog "" "$rbd_libs" ; then librados_too_old=no cat > $TMPC <