Changeset 532
- Timestamp:
- 02/04/09 23:04:23 (3 years ago)
- File:
-
- 1 edited
-
interpreter/trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
interpreter/trunk/configure.ac
r524 r532 44 44 [AS_HELP_STRING([--with-gc@<:@=DIR|yes|no|check@:>@], 45 45 [enable Boehm garbage collection library 46 @<:@default= check@:>@])],46 @<:@default=yes@:>@])], 47 47 [], 48 [with_gc=" check"])48 [with_gc="yes"]) 49 49 50 50 AS_IF([test "x$with_gc" != "xno"], … … 67 67 if test "x$with_gc" != "xcheck" 68 68 then 69 AC_MSG_ERROR([Could not find gc/gc.h. Required for Boehm GC support. ])69 AC_MSG_ERROR([Could not find gc/gc.h. Required for Boehm GC support. Pass --with-gc=no to disable. (not recommended)]) 70 70 fi 71 71 ])
Note: See TracChangeset
for help on using the changeset viewer.
