aboutsummaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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}";