diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-09 21:58:41 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-09 21:58:41 +0300 |
commit | f54bc428df973ee3af4731057e9c50f69d02745c (patch) | |
tree | 378b994c71cb9a18ff9c34e7c0c3e6746ca04da9 /configure | |
parent | 2f17c9377828998b8b0f6cabc17b63353efab385 (diff) | |
download | egawk-f54bc428df973ee3af4731057e9c50f69d02745c.tar.gz egawk-f54bc428df973ee3af4731057e9c50f69d02745c.tar.bz2 egawk-f54bc428df973ee3af4731057e9c50f69d02745c.zip |
And add configure too. Oops.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10597,7 +10597,8 @@ fi as_fn_error $? "extension support requested, but unavailable" "$LINENO" 5 fi enable_extensions=$extensions_supported - if test "x$enable_extensions" = "xyes"; then +fi + if test "x$enable_extensions" = "xyes"; then ENABLE_EXTENSIONS_TRUE= ENABLE_EXTENSIONS_FALSE='#' else @@ -10605,7 +10606,6 @@ else ENABLE_EXTENSIONS_FALSE= fi -fi case $host_os in vms*|beos*|os2*|msdos) |