1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

When using MSVC, disable the building of ecpg if pthreads is not

specified.

Magnus Hagander
This commit is contained in:
Bruce Momjian
2007-01-24 19:24:28 +00:00
parent 0887fa1117
commit 693c85d954
3 changed files with 28 additions and 22 deletions

View File

@@ -6,7 +6,6 @@ use warnings;
sub new {
my $junk = shift;
my $options = shift;
die "Pthreads is required.\n" unless $options->{pthread};
my $self = {
projects => {},
options => $options,