mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 23:48:04 +00:00
12 lines
453 B
Diff
12 lines
453 B
Diff
--- 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
|