Katsumi Yamaoka <yamaoka(a)jpl.org> writes:
--- configure.in~ Thu Aug 31 22:09:18 2000
+++ configure.in Thu Aug 31 22:54:32 2000
@@ -2681,7 +2681,7 @@
if test "${x11_release}" = "4"; then
case "$with_widgets" in
- "" "no") with_widgets=no ;;
+ "" | "no") with_widgets=no ;;
*) XE_DIE("Widget support requires X11R5 or greater") ;;
esac
fi
何だかおわかりになります?
Martin の typo だったらしいです。今は直っていると思います。
--
Yoshiki Hayashi