From: Todd C. Miller Date: Sun, 26 Jun 1994 20:35:48 +0000 (+0000) Subject: added --with-getpass X-Git-Tag: SUDO_1_3_1~137 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a16b59c885130ebaa18e4ebb26c453b346c56c76;p=sudo added --with-getpass --- diff --git a/configure.in b/configure.in index 0bf8c5d17..1cec28c08 100644 --- a/configure.in +++ b/configure.in @@ -15,8 +15,15 @@ OPTIONS="" AC_SUBST(OPTIONS)dnl LIBOBJS="" AC_SUBST(LIBOBJS)dnl +TGETPASS="tgetpass.o" +AC_SUBST(TGETPASS)dnl dnl -dnl Options for --with +dnl Options for --with(out) +dnl +dnl --with-getpass +AC_WITH(getpass, AC_DEFINE(USE_GETPASS) +echo 'Using system getpass' +TGETPASS="") dnl dnl --with-C2 AC_WITH(C2, AC_DEFINE(HAVE_C2_SECURITY) @@ -26,9 +33,6 @@ dnl --with-csops AC_WITH(csops, OPTIONS="${OPTIONS} -DUSE_INSULTS -DENV_EDITOR -DSHORT_MESSAGE" echo 'CSOps--adding options: USE_INSULTS ENV_EDITOR SHORT_MESSAGE') dnl -dnl --with-tgetpass -AC_WITH(tgetpass, LIBOBJS="$LIBOBJS strdup.o", AC_DEFINE(USE_GETPASS)) -dnl dnl C compiler checks dnl AC_PROG_CC