Carl Worth 6447f80c17 Use AC_CHECK_LIB before PKG_CHECK_MODULES for openssl
Previously, the code was using PKG_CHECK_EXISTS before PKG_CHECK_MODULES,
(to cater to OpenBSD systems that include openssl by default but without
a .pc file). But this meant that systems that didn't have openssl installed
at all would not get any error message at configure time.

Now, if the SHA1_Init function is found in -lcrypto without any additional
flags, then that's used. Otherwise, pkg-config is used to find the right
flags to link against libcrypto. And if that fails, a nice error message
is now generated.
2008-06-30 13:19:19 -07:00
2008-06-12 09:04:24 +10:00
2008-06-24 14:37:06 -04:00
2008-06-13 16:00:15 +03:00
2008-06-30 16:10:37 -04:00
2008-06-25 09:52:36 -04:00
2008-06-19 16:42:10 +02:00
2008-03-04 18:11:10 +10:30
2008-06-13 16:00:16 +03:00
2008-06-25 09:52:36 -04:00
Description
Truly free fork of the XOrg project.
75 MiB
Languages
C 96.4%
Roff 1.1%
Objective-C 1%
Meson 0.9%
Shell 0.2%
Other 0.2%