diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-08-20 21:43:19 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-08-20 21:43:19 +1000 |
commit | 0eb810015f9ba94ac04464fc6a714b17e604acbc (patch) | |
tree | c2020d5caebcf49feb38afdc8d293557f5671007 /configure.ac | |
parent | 639bbe8bfe3d5038c279c97699de06cb0f120458 (diff) |
- (dtucker) [configure.ac] Remove errant "-".
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index b2939eeed..90cfbea9a 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.ac,v 1.354 2006/08/20 10:17:53 dtucker Exp $ | 1 | # $Id: configure.ac,v 1.355 2006/08/20 11:43:19 dtucker Exp $ |
2 | # | 2 | # |
3 | # Copyright (c) 1999-2004 Damien Miller | 3 | # Copyright (c) 1999-2004 Damien Miller |
4 | # | 4 | # |
@@ -15,7 +15,7 @@ | |||
15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | 16 | ||
17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) | 17 | AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) |
18 | AC_REVISION($Revision: 1.354 $) | 18 | AC_REVISION($Revision: 1.355 $) |
19 | AC_CONFIG_SRCDIR([ssh.c]) | 19 | AC_CONFIG_SRCDIR([ssh.c]) |
20 | 20 | ||
21 | AC_CONFIG_HEADER(config.h) | 21 | AC_CONFIG_HEADER(config.h) |
@@ -1966,7 +1966,7 @@ AC_ARG_WITH(pam, | |||
1966 | # libdl already in LIBS | 1966 | # libdl already in LIBS |
1967 | ;; | 1967 | ;; |
1968 | *) | 1968 | *) |
1969 | LIBPAM="-$LIBPAM -ldl" | 1969 | LIBPAM="$LIBPAM -ldl" |
1970 | ;; | 1970 | ;; |
1971 | esac | 1971 | esac |
1972 | fi | 1972 | fi |