diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-02 22:18:26 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-02 22:18:26 +0300 |
commit | 24bc20355fa69ea02408b6ed605fa832a6bbc46d (patch) | |
tree | 1653eb25fffbd223348708f4639c5228037f25e7 /configure.ac | |
parent | bd9f81e572ea6d7a48a352fabc1e8cddcb9d39e7 (diff) | |
download | egawk-24bc20355fa69ea02408b6ed605fa832a6bbc46d.tar.gz egawk-24bc20355fa69ea02408b6ed605fa832a6bbc46d.tar.bz2 egawk-24bc20355fa69ea02408b6ed605fa832a6bbc46d.zip |
Remove code allowing non-English letters in identifiers.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index f04ddec4..0cef14e7 100644 --- a/configure.ac +++ b/configure.ac @@ -60,13 +60,6 @@ AC_ARG_ENABLE([lint], AC_DEFINE(NO_LINT, 1, [disable lint checks]) fi ) -AC_ARG_ENABLE([severe-portability-problems], - [AS_HELP_STRING([--enable-severe-portability-problems],[allow really nasty portability problems])], - if test "$enableval" = yes - then - AC_DEFINE(I_DONT_KNOW_WHAT_IM_DOING, 1, [enable severe portability problems]) - fi -) AC_ARG_ENABLE([builtin-intdiv0], [AS_HELP_STRING([--enable-builtin-intdiv0],[enable built-in intdiv0 function])], if test "$enableval" = yes |