- (dtucker) [configure.ac] Remove errant "-".

This commit is contained in:
Darren Tucker 2006-08-20 21:43:19 +10:00
parent 639bbe8bfe
commit 0eb810015f
2 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,7 @@
fixing bug #1181. No changes yet.
- (dtucker) [configure.ac] Bug #1181: Explicitly test to see if OpenSSL
(0.9.8a and presumably newer) requires -ldl to successfully link.
- (dtucker) [configure.ac] Remove errant "-".
20060819
- (djm) OpenBSD CVS Sync
@ -5283,4 +5284,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4502 2006/08/20 10:17:53 dtucker Exp $
$Id: ChangeLog,v 1.4503 2006/08/20 11:43:19 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.354 2006/08/20 10:17:53 dtucker Exp $
# $Id: configure.ac,v 1.355 2006/08/20 11:43:19 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
AC_REVISION($Revision: 1.354 $)
AC_REVISION($Revision: 1.355 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@ -1966,7 +1966,7 @@ AC_ARG_WITH(pam,
# libdl already in LIBS
;;
*)
LIBPAM="-$LIBPAM -ldl"
LIBPAM="$LIBPAM -ldl"
;;
esac
fi