1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00
Files
2007-04-25 08:00:33 +00:00

17 lines
461 B
Diff

#
# Signed off by Michael 'Mickey' Lauer <mickey@Vanille.de>
#
--- libetpan-0.46/configure.in~honor-oe-lflags
+++ libetpan-0.46/configure.in
@@ -361,7 +361,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