Masato Taruishi
taru****@users*****
2004年 10月 21日 (木) 01:35:28 JST
=================================================================== RCS file: ultrapossum/configure.in,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ultrapossum/configure.in 2004/10/18 06:08:27 1.59 +++ ultrapossum/configure.in 2004/10/20 16:35:28 1.60 @@ -260,7 +260,9 @@ echo " developed by the OpenSSL Project for use in the OpenSSL" echo " Toolkit. (http://www.openssl.org/)" fi -if ! include "server" "$modules"; then +if test "x$modules" = "x"; then + echo "WARNING: NO MODULE SELECTED: only configuration framework will be built" +elif ! include "server" "$modules"; then echo "WARNING: NO SERVER MODULE SELECTED: It'll be built as client environement." fi echo "built-in modules: $modules"