blob: 13a445cce840fe6c681075340cc6019903af67e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bf,v 1.3 2010/02/18 15:46:10 taca Exp $
--- bdb/dist/configure.orig 2010-01-15 09:54:18.000000000 +0000
+++ bdb/dist/configure
@@ -5939,7 +5939,7 @@ fi
# we're using.
case "$host_os" in
sysv5UnixWare*|sysv5OpenUNIX8*)
- if test "$GCC" == "yes"; then
+ if test "$GCC" = "yes"; then
CPPFLAGS="$CPPFLAGS -pthread"
LDFLAGS="$LDFLAGS -pthread"
else
|