Revision: 7384 Author: [email protected] Date: Wed Dec 7 07:39:31 2011 Log: * scm/google-cgiapi-jp-custom.scm (google-cgiapi-jp-use-ssl?): - Check openssl.
http://code.google.com/p/uim/source/detail?r=7384 Modified: /trunk/scm/google-cgiapi-jp-custom.scm ======================================= --- /trunk/scm/google-cgiapi-jp-custom.scm Wed Dec 7 07:36:23 2011 +++ /trunk/scm/google-cgiapi-jp-custom.scm Wed Dec 7 07:39:31 2011 @@ -321,7 +321,7 @@ (N_ "Google-CGIAPI-Jp server address") (N_ "long description will be here.")) -(define-custom 'google-cgiapi-jp-use-ssl? #t +(define-custom 'google-cgiapi-jp-use-ssl? (provided? "openssl") '(google-cgiapi-jp-advanced google-cgiapi-jp-server) '(boolean) (N_ "Use SSL")
