From: Todd C. Miller Date: Thu, 22 Jan 2004 00:08:58 +0000 (+0000) Subject: fix typo X-Git-Tag: SUDO_1_6_8~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63e1f3dd923410494ccfdbf2d498afa53b695141;p=sudo fix typo --- diff --git a/configure b/configure index 20e5b490d..a1d682e15 100755 --- 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 diff --git a/configure.in b/configure.in index 2b8fcf285..6e4e36914 100644 --- a/configure.in +++ b/configure.in @@ -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