aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 21:09:13 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-30 21:09:13 +0000
commitc7cdc0b07ecabdcf216956971f7269c37db290d1 (patch)
tree15901bca38d40e7a606cbb0bcd7fffd7afe67b8f /configure.ac
parent7d0d7662d1e648bb19beac95a94e52536c7486c0 (diff)
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
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 868f9e7f6..aa0683233 100644
--- a/configure.ac
+++ b/configure.ac
@@ -665,7 +665,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
elif test ! -z "${PGSQL_MANDATORY}";