summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
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
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.354 $) 18AC_REVISION($Revision: 1.355 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_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