Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 5278] configure_optional

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 5278] configure_optional
  • Date: Fri, 23 Jul 2004 04:37:21 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=5278





------- Additional Comments From hgr AT vabo.cz 2004-07-23 04:37 -------
Good work neuron. Just trying it with gringotts spell:

config_query_option OPTS \
"Strictly forbid access to the root user?" y \
"--enable-root-filter"

config_query_option OPTS \
"Reset environment on startup? (disable this if it refuses to start)" y \
"" \
"--disable-env-check"

Problem is we can't use config_query_option with OPTS variable (exactly we
can't use several question for only one variable). The second question
rewrite
OPTS from first question. We should need OPTS for questions according to
configure file.

What about something like: ?
config_query_option OPTS ROOT_FILTER \
"Strictly forbid access to the root user?" y \
"--enable-root-filter"

or new function config_query_option_opts ?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




Archive powered by MHonArc 2.6.24.

Top of Page