diff options
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]), |