oops, forgot to remove this file.

This commit is contained in:
kevlo 2004-12-09 03:34:22 +00:00
parent c95d9c2320
commit c191c47a38

View File

@ -1,21 +0,0 @@
$OpenBSD: patch-configure,v 1.1.1.1 2004/11/28 14:27:38 alek Exp $
--- configure.orig Tue Nov 2 22:11:20 2004
+++ configure Tue Nov 2 22:11:40 2004
@@ -14574,7 +14574,7 @@ if test "${apr_cv_pthreads_lib+set}" = s
else
apr_ptc_libs=$LIBS
- for lib in -lpthread -lpthreads -lc_r; do
+ for lib in -pthread -lpthread -lpthreads -lc_r; do
LIBS="$apr_ptc_libs $lib"
if test "$cross_compiling" = yes; then
@@ -15132,7 +15132,7 @@ if test "${apr_cv_pthreads_lib+set}" = s
else
apr_ptc_libs=$LIBS
- for lib in -lpthread -lpthreads -lc_r; do
+ for lib in -pthread -lpthread -lpthreads -lc_r; do
LIBS="$apr_ptc_libs $lib"
if test "$cross_compiling" = yes; then