>>>> "Andy" == Andy Piper <andyp(a)bea.com>
writes:
Andy> Jan's fix simply made sure that Motif did in fact get used
Andy> when it was detected (or something of that order). I think
Andy> we still switch off if all we can detect is Athena.
Here's the code:
case "$with_widgets" in "" | "yes" | "lucid")
if test "$have_motif" = "yes"; then
with_widgets="motif"
elif test "$have_xaw" = "yes"; then
with_widgets="athena"
else with_widgets=no
fi ;;
esac
I have to read that as "oops, have_xaw != yes" here. Perhaps this is
the problem:
dnl We don't automatically trigger widgets if athena is present
dnl because of stability concerns.
dnl But if the user wants widgets, still offer him autodetections
case "$with_widgets" in
"yes" | "athena") detect_athena=yes ;;
*) detect_athena=no ;;
esac
Do you have any idea what the "stability concerns" were?
Jan? That looks like it's from your commit of 2002-01-09.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
My nostalgia for Icon makes me forget about any of the bad things. I don't
have much nostalgia for Perl, so its faults I remember. Scott Gilbert c.l.py