aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/libetpan/files/libetpan-ldflags.patch
blob: 438f44f15af40b8de6b02800e65f763288561db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libetpan-0.57/configure.ac~	2009-09-21 23:31:42.000000000 +0200
+++ libetpan-0.57/configure.ac	2009-09-21 23:31:42.000000000 +0200
@@ -457,7 +457,7 @@
       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