Branch: Tag:

2004-02-27

2004-02-27 14:19:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed bug in handling of --with-bundles.

Rev: src/configure.in:1.778

1: - AC_REVISION("$Id: configure.in,v 1.777 2004/02/27 13:44:24 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.778 2004/02/27 14:19:15 grubba Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
1183:   AC_ARG_WITH(bundles,    MY_DESCR([--without-bundles],    [do not enable bundled libraries]), -  [with_bundles=yes]) +  [], [with_bundles=yes])   pike_bundle_dir=""   if test "$with_bundles" = "no"; then :; else    if test -d "$with_bundles/."; then