Update OpenSSL-support, include security/openssl/bsd.openssl.mk, remove usage of deprecated librsaref/libRSAglue, add a knob WITHOUT_SSL. Pacify portlint. Terminate all sentences in comments with a period. Replace spaces with tabs in pre-everything:: messages to print out an aligned table. PR: ports/53401 Submitted by: Marius Strobl <marius@alchemy.franken.de> (Committed on behalf of lioux@, who is having machine problems)
10 lines
354 B
Text
10 lines
354 B
Text
--- configure.in.orig Sat May 5 14:32:51 2001
|
|
+++ configure.in Sat May 5 14:33:32 2001
|
|
@@ -1257,7 +1257,6 @@
|
|
)
|
|
|
|
AC_CHECK_HEADER( ndbm.h, NDBM_H="yes"; AC_DEFINE(HAVE_NDBM_H), NDBM_H="no" )
|
|
-AC_CHECK_HEADER( gdbm.h, GDBM_H="yes"; AC_DEFINE(HAVE_GDBM_H), GDBM_H="no" )
|
|
AC_CHECK_HEADER( dbm.h, DBM_H="yes"; AC_DEFINE(HAVE_DBM_H), DBM_H="no" )
|
|
|
|
|