pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-02-27
2004-02-27 14:19:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
fc8dbab5b1c337b8327e3fd8a84248c2b516cd73 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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