Revision: 6785 Author: ek.kato Date: Tue Sep 28 19:50:53 2010 Log: * m4/openssl.m4 (openssl-dir) : Don't set use_openssl="no" when ACTION-IF-NOT-GIVEN.
http://code.google.com/p/uim/source/detail?r=6785 Modified: /trunk/m4/openssl.m4 ======================================= --- /trunk/m4/openssl.m4 Sat Sep 18 04:07:57 2010 +++ /trunk/m4/openssl.m4 Tue Sep 28 19:50:53 2010 @@ -40,7 +40,7 @@ fi fi ], - [use_openssl="no"] + [] ) LIBS="-lcrypto $LIBS"
