With uim-1.6.0. If --enable-openssl --with-openssl-dir=/some/dir are passed to configure script, openssl will be detected, but always use_openssl="no" is set, so openssl plugin will not be built. I'm not sure it come from incorrect use of AC_ARG_WITH or a bug of autoconf.
Created attachment 38776 [details] [review] patch for openssl.m4 Could you test this patch?
(In reply to comment #1) > Created an attachment (id=38776) [details] > patch for openssl.m4 > > Could you test this patch? Yes, it fixes this issue!
OK, fixed in the trunk (r6783).
(In reply to comment #3) > OK, fixed in the trunk (r6783). The change has caused to set 'use_openssl="no"' if the argument is not specified. We shouldn't set any value when ACTION-IF-NOT-GIVEN, and fix has been committed in r6785.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.