mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
5c13fc859e
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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
|