CVSROOT: /sources/gnash
Module name: gnash
Changes by: Markus Gothe <nihilus> 07/02/05 00:04:36
Modified files:
. : ChangeLog
macros : pthreads.m4
Log message:
Fixed a quirky LIBS/CFLAGS-bug.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2245&r2=1.2246
http://cvs.savannah.gnu.org/viewcvs/gnash/macros/pthreads.m4?cvsroot=gnash&r1=1.23&r2=1.24
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2245
retrieving revision 1.2246
diff -u -b -r1.2245 -r1.2246
--- ChangeLog 4 Feb 2007 00:53:19 -0000 1.2245
+++ ChangeLog 5 Feb 2007 00:04:36 -0000 1.2246
@@ -1,3 +1,7 @@
+2007-02-05 Markus Gothe <[EMAIL PROTECTED]>
+
+ * macros/pthreads.m4: Fixed a quirky LIBS/CFLAGS-bug.
+
2007-02-03 Sandro Santilli <[EMAIL PROTECTED]>
* server/GetterSetter.{cpp,h}: fixed assignment operator (a bad typo!).
Index: macros/pthreads.m4
===================================================================
RCS file: /sources/gnash/gnash/macros/pthreads.m4,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- macros/pthreads.m4 4 Feb 2007 23:22:25 -0000 1.23
+++ macros/pthreads.m4 5 Feb 2007 00:04:36 -0000 1.24
@@ -15,7 +15,7 @@
dnl Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
dnl Copyright (C) 2006 Steven G. Johnson <[EMAIL PROTECTED]>.
-dnl $Id: pthreads.m4,v 1.23 2007/02/04 23:22:25 nihilus Exp $
+dnl $Id: pthreads.m4,v 1.24 2007/02/05 00:04:36 nihilus Exp $
AC_DEFUN([GNASH_PATH_PTHREADS],
[
@@ -109,6 +109,7 @@
-*)
AC_MSG_CHECKING([whether pthreads work with $flag])
PTHREAD_CFLAGS="$flag"
+ PTHREAD_LIBS=""
;;
pth-config)
@@ -132,6 +133,7 @@
*)
AC_MSG_CHECKING([for the pthreads library -l$flag])
PTHREAD_LIBS="-l$flag"
+ PTHREAD_CFLAGS=""
;;
esac
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit