14 lines
371 B
Plaintext
14 lines
371 B
Plaintext
$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
|