]> granicus.if.org Git - sudo/commitdiff
fix typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jan 2004 00:08:58 +0000 (00:08 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 22 Jan 2004 00:08:58 +0000 (00:08 +0000)
configure
configure.in

index 20e5b490d5051b977aae04b8ec203928f3d8db0f..a1d682e158cb4d08af4a74f557c4ac77cdd48c19 100755 (executable)
--- a/configure
+++ b/configure
@@ -29433,8 +29433,9 @@ fi
 
 
 if test "$with_passwd" = "no"; then
-    cat >>confdefs.h <<\_ACEOF
-#define WITHOUT_PASSWD 1. Define to avoid using the passwd/shadow file for authentication.
+
+cat >>confdefs.h <<\_ACEOF
+#define WITHOUT_PASSWD 1
 _ACEOF
 
     if test -z "$AUTH_OBJS"; then
index 2b8fcf285fec0b26fcc3f8f4e77b10ee5cd0512b..6e4e3691434fa6133948ff70d9df1f27700d4359 100644 (file)
@@ -2074,7 +2074,7 @@ dnl
 dnl Use passwd (and secureware) auth modules?
 dnl
 if test "$with_passwd" = "no"; then
-    AC_DEFINE(WITHOUT_PASSWD, 1. [Define to avoid using the passwd/shadow file for authentication.])
+    AC_DEFINE(WITHOUT_PASSWD, 1, [Define to avoid using the passwd/shadow file for authentication.])
     if test -z "$AUTH_OBJS"; then
        AC_MSG_ERROR([no authentication methods defined.])
     fi