mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Do not force THREADSAFE=0 when perl does not have usethreads (fix #69)
This commit is contained in:
parent
020bc9062f
commit
b56f872c82
1 changed files with 0 additions and 3 deletions
|
@ -262,9 +262,6 @@ if ( $^O eq 'cygwin') {
|
|||
if ( $Config{d_usleep} || $Config{osname} =~ m/linux/ ) {
|
||||
push @CC_DEFINE, '-DHAVE_USLEEP=1';
|
||||
}
|
||||
unless ( $Config{usethreads} ) {
|
||||
push @CC_DEFINE, '-DTHREADSAFE=0';
|
||||
}
|
||||
if ($^O eq 'hpux' and $Config{osvers} <= 10.20) {
|
||||
# HP-UX 10.20 does not have pread () at all
|
||||
push @CC_DEFINE,
|
||||
|
|
Loading…
Add table
Reference in a new issue