comparison configure.ac @ 361:4916f9df5051

Using --with-libcrypto is not recommended
author markus schnalke <meillo@marmaro.de>
date Sun, 04 Sep 2011 17:43:09 +0200
parents 92340177150d
children 02bc0331e390
comparison
equal deleted inserted replaced
360:7a8d706f0ff1 361:4916f9df5051
136 fi 136 fi
137 AC_SUBST(BASE64_LIBS) 137 AC_SUBST(BASE64_LIBS)
138 138
139 dnl libcrypto 139 dnl libcrypto
140 AC_ARG_WITH(libcrypto, 140 AC_ARG_WITH(libcrypto,
141 [ --with-libcrypto use libcrypto], 141 [ --with-libcrypto use libcrypto (usually not needed)],
142 ) 142 )
143 if test "x$with_libcrypto" != 'xyes'; then 143 if test "x$with_libcrypto" != 'xyes'; then
144 with_libcrypto='no' 144 with_libcrypto='no'
145 fi 145 fi
146 146