aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-06-09 21:59:10 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-06-09 21:59:10 +0300
commitb39162fe4fda54d060db13f95af88f128307bc3a (patch)
tree0f2f5b5f3972036ebc35f9c327b03da7fb6d0f33 /configure.ac
parentbb331e22c3207863ebd923bd4c8a36c256485c6b (diff)
parentf54bc428df973ee3af4731057e9c50f69d02745c (diff)
downloadegawk-b39162fe4fda54d060db13f95af88f128307bc3a.tar.gz
egawk-b39162fe4fda54d060db13f95af88f128307bc3a.tar.bz2
egawk-b39162fe4fda54d060db13f95af88f128307bc3a.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a3e41e56..bfe785db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -315,8 +315,8 @@ if test "x$enable_extensions" != "xno"; then
AC_MSG_ERROR([extension support requested, but unavailable])
fi
enable_extensions=$extensions_supported
- AM_CONDITIONAL([ENABLE_EXTENSIONS], [test "x$enable_extensions" = "xyes"])
fi
+AM_CONDITIONAL([ENABLE_EXTENSIONS], [test "x$enable_extensions" = "xyes"])
dnl check for how to use getpgrp
dnl have to hardwire it for VMS POSIX. Sigh.