blob: c8f9566bd9fd29c70c020535b9bb54c148a54344 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- libetpan-0.45/configure.in.orig 2006-05-09 09:48:36.000000000 +0100
+++ libetpan-0.45/configure.in 2006-05-09 09:48:55.000000000 +0100
@@ -350,7 +350,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
|