Files
Martin Jansa 5c13fc859e libetpan: import from meta-smartphone
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31 00:14:55 +02:00

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