diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-09 11:33:36 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-09 11:33:36 +0200 |
commit | a7512f3eb03ae2b6361e56518a2f405e386315a0 (patch) | |
tree | 141e85f9b2fee728883e3851628da02f72ef639c /extension/configure | |
parent | 4f92f35791d975671881e21f6b79b71050fd2787 (diff) | |
parent | c1e55fde1a4bb72a0627ab37fe5ba1493cbf91eb (diff) | |
download | egawk-a7512f3eb03ae2b6361e56518a2f405e386315a0.tar.gz egawk-a7512f3eb03ae2b6361e56518a2f405e386315a0.tar.bz2 egawk-a7512f3eb03ae2b6361e56518a2f405e386315a0.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'extension/configure')
-rwxr-xr-x | extension/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/configure b/extension/configure index 084334e1..2ace2d86 100755 --- a/extension/configure +++ b/extension/configure @@ -12595,7 +12595,7 @@ CC=$lt_save_CC -pkgextensiondir='${pkglibdir}'${EXTENSIONDIR} +pkgextensiondir='${libdir}/gawk'${EXTENSIONDIR} if test "$GCC" = yes |