/[classpath]/classpath/configure.ac
ViewVC logotype

Diff of /classpath/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by mark, Sun Jul 4 21:51:58 2004 UTC revision 1.34 by saugart, Wed Jul 7 04:26:38 2004 UTC
# Line 274  dnl ------------------------------------ Line 274  dnl ------------------------------------
274  CLASSPATH_ENABLE_GJDOC  CLASSPATH_ENABLE_GJDOC
275    
276  dnl -----------------------------------------------------------  dnl -----------------------------------------------------------
277    dnl This sets the build-time default, which can now be overridden
278    dnl by setting the system property gnu.classpath.awt.gtk.portable.native.sync
279    dnl to "true" or "false".
280    dnl -----------------------------------------------------------
281  AC_ARG_ENABLE([portable-native-sync],  AC_ARG_ENABLE([portable-native-sync],
282                [AS_HELP_STRING(--enable-portable-native-sync,synchronize VM threads portably)],                [AS_HELP_STRING(--enable-portable-native-sync,synchronize VM threads portably)],
283                [case "${enableval}" in                [case "${enableval}" in
284                  yes)                  yes)
285                       AC_DEFINE(PORTABLE_NATIVE_SYNC, 1, [Define to 1 if you want to synchronize VM threads portably])                       AC_DEFINE(PORTABLE_NATIVE_SYNC, 1, [Define if you want to synchronize VM threads portably by default; undef otherwise])
286                       ;;                       ;;
287                  no)  ;;                  no)  ;;
288                  *)                    *)  

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26