Index: acinclude.m4 =================================================================== --- acinclude.m4 (revision 4858) +++ acinclude.m4 (working copy) @@ -233,7 +233,7 @@ else if test "$PG_SSL" = "yes" then - LIBS="$LIBS -L${PG_LIB} -lssl -lcrypto -lpq" + LIBS="$LIBS -L${PG_LIB} -lpq" else LIBS="$LIBS -L${PG_LIB} -lcrypto -lpq" fi