diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-26 06:17:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-06-26 06:17:38 +0300 |
commit | 454efb85895d4194da67e0dcc244a54bcc9a1964 (patch) | |
tree | 8ee923657e9596a26fd4ad7a82f9c1dca2a27f6c /configure.ac | |
parent | ec2e54b2c075f30e9499adea22681499e3f6582d (diff) | |
download | egawk-454efb85895d4194da67e0dcc244a54bcc9a1964.tar.gz egawk-454efb85895d4194da67e0dcc244a54bcc9a1964.tar.bz2 egawk-454efb85895d4194da67e0dcc244a54bcc9a1964.zip |
Minor edit in configure.ac.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 79a70e3f..785f5c5b 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AC_ARG_ENABLE([builtin-intdiv0], [AS_HELP_STRING([--enable-builtin-intdiv0],[enable built-in intdiv0 function])], if test "$enableval" = yes then - AC_DEFINE(SUPPLY_INTDIV, 1, [enable built-in intdiv0 function]) + AC_DEFINE(SUPPLY_INTDIV, 1, [enable built-in intdiv0 function]) sed '/^@set PATCHLEVEL/a\ @set INTDIV' < "$srcdir"/doc/gawktexi.in > foo cp foo "$srcdir"/doc/gawktexi.in |