summaryrefslogtreecommitdiff
path: root/mail/libetpan/patches/patch-ab
blob: 40eb31d5a925c29bf5aaf9d79346f56cba5109fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.5 2008/11/11 23:12:32 cube Exp $

--- configure.ac.orig	2008-10-08 19:54:20.000000000 +0000
+++ configure.ac
@@ -456,7 +456,7 @@ if test "x$enable_threads" = "xyes"; the
       LDFLAGS="-$flag $LDFLAGS"
       AC_TRY_LINK([], [pthread_create();], 
                       [pthflag=yes; checkpthread=no], 
-                      [pthflag=no; LDFLAGS="$OLDCFLAGS"])
+                      [pthflag=no; LDFLAGS="$OLDFLAGS"])
       AC_MSG_RESULT($pthflag)
     fi
   done