blob: d957168a1f14a8b072cff5254fa445b9991f7875 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bf,v 1.1 2006/10/08 13:29:06 rillig Exp $
--- bdb/dist/configure.orig 2006-10-08 15:25:31.000000000 +0200
+++ bdb/dist/configure 2006-10-08 15:26:39.000000000 +0200
@@ -5038,7 +5038,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
|