This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Win32 THREADS case in libjava configure.in script


Adam Megacz wrote:
Ranjit Mathew <rmathew@hotmail.com> writes:

case "$THREADS" in
  win32)
+    THREADS=win32

Er, why add this line? It's like

   if (x == 1) x = 1;
Touche!

Sorry, I'd mistakenly attributed a missing "gthr-default.h" to
this - a "--enable-threads=win32" to the configure script
achieved the desired result.

Ranjit.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]