--- pgadmin3/acinclude.m4 2003-10-09 16:40:21.000000000 -0400 +++ pgadmin3.new/acinclude.m4 2003-10-15 12:01:17.000000000 -0400 @@ -111,7 +111,7 @@ fi if test "$pg_static_build" = "yes" then - LIBS="${LIBPQ_HOME}/lib/libpq.a -lcrypt $LIBS -lssl -lcrypto" + LIBS="${LIBPQ_HOME}/lib/libpq.a $LIBS -lssl -lcrypto" else LIBS="$LIBS -lssl -lcrypto -lpq" fi