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

Diff of /classpath/configure.in

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

revision 1.115 by cbj, Sun Feb 2 06:07:21 2003 UTC revision 1.116 by cbj, Sat Feb 15 15:08:08 2003 UTC
# Line 247  CLASSPATH_WITH_ZIP Line 247  CLASSPATH_WITH_ZIP
247    
248  CLASSPATH_ENABLE_GJDOC  CLASSPATH_ENABLE_GJDOC
249    
250    dnl -----------------------------------------------------------
251    dnl -----------------------------------------------------------
252    AC_ARG_ENABLE(portable-native-sync,
253    [  --enable-portable-native-sync  synchronize VM threads portably],
254    [case "${enableval}" in
255      yes)
256           AC_DEFINE(PORTABLE_NATIVE_SYNC, 1, [Define to 1 if you want to synchronize VM threads portably])
257           ;;
258    
259      no)  ;;
260    
261      *)  
262           AC_MSG_ERROR(bad value ${enableval} for --enable-portable-native-sync)
263           ;;
264    esac],
265    [])
266    
267    dnl -----------------------------------------------------------
268    
269  AC_OUTPUT(Makefile  AC_OUTPUT(Makefile
270  doc/Makefile  doc/Makefile
271  doc/api/Makefile  doc/api/Makefile

Legend:
Removed from v.1.115  
changed lines
  Added in v.1.116

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