Changeset 5715
Update acmacros/ax_check_openssl.m4
Comitted by:
mjagdis
Date:
Jun 07 2010 * 18:16 (about 1 year ago)
Affected files:
callweaver/trunk/acmacros/ax_check_openssl.m4 (unified diff)
| r5563 | r5715 | |
|---|---|---|
| 1 | 1 | # =========================================================================== |
| 2 | # http://www.nongnu.org/autoconf-archive/ax_check_openssl.html | |
| 2 | # http://www.gnu.org/software/autoconf-archive/ax_check_openssl.html | |
| 3 | 3 | # =========================================================================== |
| 4 | 4 | # |
| 5 | 5 | # SYNOPSIS |
| --- | --- | |
| 24 | 24 | # |
| 25 | 25 | # LICENSE |
| 26 | 26 | # |
| 27 | # Copyright (c) 2009 Zmanda Inc. <http://www.zmanda.com/> | |
| 28 | # Copyright (c) 2009 Dustin J. Mitchell <dustin@zmanda.com> | |
| 27 | # Copyright (c) 2009,2010 Zmanda Inc. <http://www.zmanda.com/> | |
| 28 | # Copyright (c) 2009,2010 Dustin J. Mitchell <dustin@zmanda.com> | |
| 29 | 29 | # |
| 30 | 30 | # Copying and distribution of this file, with or without modification, are |
| 31 | 31 | # permitted in any medium without royalty provided the copyright notice |
| 32 | # and this notice are preserved. | |
| 32 | # and this notice are preserved. This file is offered as-is, without any | |
| 33 | # warranty. | |
| 33 | 34 | |
| 35 | #serial 7 | |
| 36 | ||
| 34 | 37 | AU_ALIAS([CHECK_SSL], [AX_CHECK_OPENSSL]) |
| 35 | 38 | AC_DEFUN([AX_CHECK_OPENSSL], [ |
| 36 | 39 | found=false |
| --- | --- | |
| 75 | 78 | AC_MSG_CHECKING([for openssl/ssl.h in $ssldir]) |
| 76 | 79 | if test -f "$ssldir/include/openssl/ssl.h"; then |
| 77 | 80 | OPENSSL_INCLUDES="-I$ssldir/include" |
| 78 | OPENSSL_LDFLAGS="-L $ssldir/lib" | |
| 81 | OPENSSL_LDFLAGS="-L$ssldir/lib" | |
| 79 | 82 | OPENSSL_LIBS="-lssl -lcrypto" |
| 80 | 83 | found=true |
| 81 | 84 | AC_MSG_RESULT([yes]) |
![Home changeset 5715 [home]](/images/logo.png?1180520111)

RSS Feeds