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
This commit is contained in:
parent
40c64dbc70
commit
5a8c2da211
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue