From 72e1a2b54e4faf7086f91017da83a23e99b76dd0 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 17 Dec 2007 15:14:46 +0000 Subject: [PATCH] fix typo --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 791177053..5f737903f 100755 --- a/configure +++ b/configure @@ -1564,7 +1564,7 @@ Optional Packages: --with-goons-insults include the insults from the "Goon Show" --with-ldap[=DIR] enable LDAP support --with-ldap-conf-file path to LDAP configuration file - --with-ldap-secret-file path to LDAP secret pasdword file + --with-ldap-secret-file path to LDAP secret password file --with-pc-insults replace politically incorrect insults with less offensive ones --with-secure-path override the user's path with a built-in one --without-interfaces don't try to read the ip addr of ether interfaces diff --git a/configure.in b/configure.in index 98d234ce4..908155eae 100644 --- a/configure.in +++ b/configure.in @@ -918,7 +918,7 @@ AC_ARG_WITH(ldap, [ --with-ldap[[=DIR]] enable LDAP support], esac]) AC_ARG_WITH(ldap-conf-file, [ --with-ldap-conf-file path to LDAP configuration file], [AC_DEFINE_UNQUOTED(_PATH_LDAP_CONF, "$with_ldap_conf_file", [Path to the ldap.conf file])]) -AC_ARG_WITH(ldap-secret-file, [ --with-ldap-secret-file path to LDAP secret pasdword file], +AC_ARG_WITH(ldap-secret-file, [ --with-ldap-secret-file path to LDAP secret password file], [AC_DEFINE_UNQUOTED(_PATH_LDAP_SECRET, "$with_ldap_secret_file", [Path to the ldap.secret file])]) AC_ARG_WITH(pc-insults, [ --with-pc-insults replace politically incorrect insults with less offensive ones], -- 2.40.0