ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/m4/openssl.m4
(Generate patch)

Comparing gvpe/m4/openssl.m4 (file contents):
Revision 1.1 by pcg, Sat Mar 1 16:59:26 2003 UTC vs.
Revision 1.2 by root, Sun Mar 6 13:49:50 2011 UTC

36 [AC_CHECK_LIB(dl, dlopen, 36 [AC_CHECK_LIB(dl, dlopen,
37 [LIBS="$LIBS -ldl"], 37 [LIBS="$LIBS -ldl"],
38 [AC_MSG_ERROR([OpenSSL depends on libdl.])] 38 [AC_MSG_ERROR([OpenSSL depends on libdl.])]
39 )] 39 )]
40 ) 40 )
41
42 AC_CHECK_FUNC(inflate,
43 [],
44 [AC_CHECK_LIB(z, inflate,
45 [LIBS="$LIBS -lz"],
46 [AC_MSG_ERROR([OpenSSL depends on libz.])]
47 )]
48 )
41]) 49])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines