1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00
This commit is contained in:
Kenichi Ishigaki 2021-04-18 08:46:11 +09:00
parent f066bb49ad
commit 6c4d96adfe

View file

@ -262,7 +262,7 @@ if ( $^O eq 'cygwin') {
if ( $Config{d_usleep} || $Config{osname} =~ m/linux/ ) {
push @CC_DEFINE, '-DHAVE_USLEEP=1';
}
if ( !$Config{usethreads} and $Config{libs} !~ /pthreads/ ) {
if ( !$Config{usethreads} and $Config{libs} !~ /pthread/ ) {
push @CC_DEFINE, '-DTHREADSAFE=0';
}
if ($^O eq 'hpux' and $Config{osvers} <= 10.20) {