Revision: 6783
Author: nogu.dev
Date: Sat Sep 18 04:07:57 2010
Log: * m4/openssl.m4
- Don't disable OpenSSL feature when `--enable-openssl' is set
and `--with-openssl-dir' is specified (bug #30249).
http://code.google.com/p/uim/source/detail?r=6783
Modified:
/trunk/m4/openssl.m4
=======================================
--- /trunk/m4/openssl.m4 Mon Aug 17 17:06:17 2009
+++ /trunk/m4/openssl.m4 Sat Sep 18 04:07:57 2010
@@ -39,7 +39,7 @@
CPPFLAGS="-I${withval} ${CPPFLAGS}"
fi
fi
- ]
+ ],
[use_openssl="no"]
)