summaryrefslogtreecommitdiff
blob: 36a9e91a8c89dc6eae07fdd381e6f15e9b634f2c (plain)
1
2
3
4
5
6
7
8
9
10
--- acinclude.m4.orig	2008-05-19 20:33:59.000000000 +0200
+++ acinclude.m4	2008-05-19 20:35:01.000000000 +0200
@@ -465,6 +465,7 @@
 	        			PG_SSL="no"
 		        	fi
         		else
+					LIBS="${LIBS} -lssl"
 	        		AC_CHECK_LIB(pq, SSL_connect, [PG_SSL=yes], [PG_SSL=no])
 	        	fi
                 fi