glib r6918 - trunk



Author: tml
Date: Tue May 20 08:03:03 2008
New Revision: 6918
URL: http://svn.gnome.org/viewvc/glib?rev=6918&view=rev

Log:
2008-05-20  Tor Lillqvist  <tml novell com>

	* configure.in: Don't need memory barriers when using a non-gcc
	compiler on Windows either.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue May 20 08:03:03 2008
@@ -2367,6 +2367,11 @@
       glib_memory_barrier_needed=yes
       ;;
   esac
+else
+  if test $glib_native_win32 = yes; then
+    # For Windows but not using gcc. No barriers needed then either.
+    glib_memory_barrier_needed=no
+  fi
 fi
 
 dnl ****************************************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]