Thread
Commits
-
Remove configure detection of crypt()
- c45643d618e3 13.0 landed
-
configure still looking for crypt()?
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> — 2019-08-20T12:29:00Z
I noticed that configure is still looking for crypt() and crypt.h. Isn't that long obsolete? If so, I suggest to remove it with the attached patch. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
-
Re: configure still looking for crypt()?
Tom Lane <tgl@sss.pgh.pa.us> — 2019-08-20T14:07:02Z
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: > I noticed that configure is still looking for crypt() and crypt.h. > Isn't that long obsolete? > If so, I suggest to remove it with the attached patch. +1 regards, tom lane
-
Re: configure still looking for crypt()?
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> — 2019-08-21T20:15:47Z
On 2019-08-20 16:07, Tom Lane wrote: > Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: >> I noticed that configure is still looking for crypt() and crypt.h. >> Isn't that long obsolete? >> If so, I suggest to remove it with the attached patch. > > +1 done -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services