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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user