diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-10 15:47:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-10 15:47:33 +0300 |
commit | 101e808ef6befd81d519e6b4153bd1c386ff7a9e (patch) | |
tree | bc4806ef08903aff22928ae8853100fc9826d95f /configure.ac | |
parent | c2d068517fa825ca7dfa800e9b65d28ddd90737b (diff) | |
download | egawk-101e808ef6befd81d519e6b4153bd1c386ff7a9e.tar.gz egawk-101e808ef6befd81d519e6b4153bd1c386ff7a9e.tar.bz2 egawk-101e808ef6befd81d519e6b4153bd1c386ff7a9e.zip |
Remove the --with-whiny-user-strftime configuration option.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index f0b83d7a..d7a66c84 100644 --- a/configure.ac +++ b/configure.ac @@ -44,15 +44,6 @@ AM_INIT_AUTOMAKE([1.15 dist-xz dist-lzip]) AC_CONFIG_MACRO_DIR([m4]) -dnl Additional argument stuff -AC_ARG_WITH(whiny-user-strftime, - [AS_HELP_STRING([--with-whiny-user-strftime], [force use of included version of strftime for deficient systems])], - if test "$withval" = yes - then - AC_DEFINE(USE_INCLUDED_STRFTIME, 1, - [force use of our version of strftime]) - fi -) AC_ARG_ENABLE([lint], [AS_HELP_STRING([--disable-lint],[do not compile in gawk lint checking])], if test "$enableval" = no |