diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-09 21:59:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-06-09 21:59:38 +0300 |
commit | 3af88404d3121a38621566b5698c01983e4d889f (patch) | |
tree | 353040aa7c059f6a4d4aa3ec454b4feb7b3c250b /configure.ac | |
parent | 2749a64395a021a85410704810f5e0bc06a451a1 (diff) | |
parent | b39162fe4fda54d060db13f95af88f128307bc3a (diff) | |
download | egawk-3af88404d3121a38621566b5698c01983e4d889f.tar.gz egawk-3af88404d3121a38621566b5698c01983e4d889f.tar.bz2 egawk-3af88404d3121a38621566b5698c01983e4d889f.zip |
Merge branch 'master' into feature/cmake
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 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. |