aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 21:11:37 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 21:11:37 +0000
commitad40c89439e5c98e68d1cd70a21d109d959ef06d (patch)
tree22adec895eb1b3ebb0ecb8329fb068231128332a /configure.ac
parent117cf34fd9430165c3f21b20ceca8417284ca849 (diff)
Merged revisions 46506 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r46506 | file | 2006-10-30 16:09:13 -0500 (Mon, 30 Oct 2006) | 2 lines Don't explicitly link in crypt as it is not used on some platforms. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46507 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0cc4ac562..17f0959ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -632,7 +632,7 @@ if test "${PG_CONFIG}" != No; then
[Define to indicate the PostgreSQL library]), [], -L${PGSQL_libdir} -lz)
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
fi