提交 5a8c2da2 authored 作者: Michael Jerris's avatar Michael Jerris

Wed Nov 12 13:30:59 CST 2008 Pekka Pessi <first.last@nokia.com>

  * sac-openssl.m4: fixed test $HAVE_OPENSSL = 1



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10805 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 40c64dbc
......@@ -19,7 +19,7 @@ else
[HAVE_OPENSSL=0])
fi
if test $HAVE_OPENSSL = 1 ; then
if test x$HAVE_OPENSSL = x1 ; then
AC_DEFINE([HAVE_LIBCRYPTO], 1, [Define to 1 if you have the `crypto' library (-lcrypto).])
AC_DEFINE([HAVE_LIBSSL], 1, [Define to 1 if you have the `ssl' library (-lssl).])
else
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论