summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-10-06 01:39:58 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-10-06 01:39:58 +1000
commitac7e630b855fa052ec6a3f68d9696b5e58465f41 (patch)
tree78589bff15533833ed66f7d13802b6691d142f3f /configure.ac
parentb18f15100a6b303734f22061d777352603a8968a (diff)
typo
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2b5059a2..44b54705 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.297 2005/10/05 13:02:16 dtucker Exp $
+# $Id: configure.ac,v 1.298 2005/10/05 15:39:58 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -398,7 +398,7 @@ mips-sony-bsd|mips-sony-newsos4)
;;
*-*-freebsd*)
check_for_libcrypt_later=1
- AC_DEFINED(LOCKED_PASSWD_PREFIX, "*LOCKED*")
+ AC_DEFINE(LOCKED_PASSWD_PREFIX, "*LOCKED*", [Account locked with pw(1)])
;;
*-*-bsdi*)
AC_DEFINE(SETEUID_BREAKS_SETUID)