adc82069f3
The major highlights of this release are support for multiple rows of column headers, customization of column headers using styles, and better column spanning behavior. OK stu@, jasper@
12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
$OpenBSD: patch-configure,v 1.5 2011/10/30 07:38:50 sebastia Exp $
|
|
--- configure.orig Tue May 10 21:38:42 2011
|
|
+++ configure Sun Oct 9 18:18:26 2011
|
|
@@ -8194,7 +8194,6 @@ fi
|
|
# OpenBSD builds and links with -pthread, never -lpthread.
|
|
LIBS=`echo $LIBS | sed s/-lpthread//`
|
|
CFLAGS="$CFLAGS -pthread"
|
|
- SHLIB_CFLAGS="$SHLIB_CFLAGS -pthread"
|
|
|
|
fi
|
|
# OpenBSD doesn't do version numbers with dots.
|