aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-09-17 23:35:22 +0000
committerGuy Harris <guy@alum.mit.edu>2001-09-17 23:35:22 +0000
commit7e9fee9f39c6a35d10c5d7a93c81dcfbd63c23c6 (patch)
treed34de1af8baed8c9884b403a4aba718b7de9ef74
parent0e100855807c74434a74040cc6487ca89cc004ba (diff)
Fix from Andy Hood, to remove a bogus extra line.
svn path=/trunk/; revision=3944
-rw-r--r--acinclude.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 92e2920441..b889cd52f1 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -2,7 +2,7 @@ dnl Macros that test for specific features.
dnl This file is part of the Autoconf packaging for Ethereal.
dnl Copyright (C) 1998-2000 by Gerald Combs.
dnl
-dnl $Id: acinclude.m4,v 1.32 2001/08/21 06:52:25 guy Exp $
+dnl $Id: acinclude.m4,v 1.33 2001/09/17 23:35:22 guy Exp $
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -490,7 +490,6 @@ AC_DEFUN(AC_ETHEREAL_SSL_CHECK,
)
else
- -lcrypto
AC_MSG_RESULT(not required)
fi