From c7cdc0b07ecabdcf216956971f7269c37db290d1 Mon Sep 17 00:00:00 2001 From: file Date: Mon, 30 Oct 2006 21:09:13 +0000 Subject: Don't explicitly link in crypt as it is not used on some platforms. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@46506 f38db490-d61c-443f-a65b-d21fe96a405b --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index e5ab64162..e2ea44edb 100755 --- a/configure +++ b/configure @@ -23140,7 +23140,7 @@ fi if test "${ac_cv_lib_pq_PQexec}" = "yes"; then - PGSQL_LIB="-L${PGSQL_libdir} -lpq -lz -lcrypt" + PGSQL_LIB="-L${PGSQL_libdir} -lpq -lz" PGSQL_INCLUDE="-I${PGSQL_includedir}" PBX_PGSQL=1 elif test ! -z "${PGSQL_MANDATORY}"; -- cgit v1.2.3