diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-19 15:29:51 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-19 15:29:51 -0700 |
commit | 61514272a6ad4ca2c9dec0ec97005b13022bcc7e (patch) | |
tree | 5b667996aaae0e98b4c64156ba33522ab560a237 /configure.ac | |
parent | b906b7563529d504c1884f01b9e37374e64653ea (diff) | |
download | vyatta-cfg-61514272a6ad4ca2c9dec0ec97005b13022bcc7e.tar.gz vyatta-cfg-61514272a6ad4ca2c9dec0ec97005b13022bcc7e.zip |
replace "rl_passwd" with the standard "mkpasswd".
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4e344f2..cc7a15a 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,6 @@ AC_PROG_LIBTOOL AC_PROG_LEX AC_PROG_YACC -AC_CHECK_LIB(crypt, crypt, [ LIBS="$LIBS -lcrypt" ]) - AC_ARG_ENABLE([nostrip], AC_HELP_STRING([--enable-nostrip], [include -nostrip option during packaging]), |