aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-10 15:47:33 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-10 15:47:33 +0300
commit101e808ef6befd81d519e6b4153bd1c386ff7a9e (patch)
treebc4806ef08903aff22928ae8853100fc9826d95f /configure.ac
parentc2d068517fa825ca7dfa800e9b65d28ddd90737b (diff)
downloadegawk-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.ac9
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