diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-22 11:13:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-12-22 11:13:31 +0200 |
commit | 67a491896e14a12f85d336864138c21c6146aea0 (patch) | |
tree | 35696fc0edd3a16130899284a8be92401e17882e /extension/configure | |
parent | 5864e4d3bff453af474557234a573b8f1785fc8a (diff) | |
download | egawk-67a491896e14a12f85d336864138c21c6146aea0.tar.gz egawk-67a491896e14a12f85d336864138c21c6146aea0.tar.bz2 egawk-67a491896e14a12f85d336864138c21c6146aea0.zip |
Add --enable-versioned-extension-dir configure option.
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 e5fd4752..3666df28 100755 --- a/extension/configure +++ b/extension/configure @@ -12595,7 +12595,7 @@ CC=$lt_save_CC -pkgextensiondir='${libdir}/gawk' +pkgextensiondir='${pkglibdir}'${EXTENSIONDIR} if test "$GCC" = yes |