diff options
| author | Mikhail <mp39590@gmail.com> | 2017-03-09 09:32:43 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-03-25 07:56:52 -0300 |
| commit | 9b7dbed58ebd3aeee16b044fdffda6b39e90643e (patch) | |
| tree | 25f919a885e83e43954ef085ececbd849463f447 /configure | |
| parent | e1ddd27968673e6785300e739f5257b83841fb97 (diff) | |
tests: add compatibility layer
Make test-lib-common.sh load test-lib-<$PLATFORM>.sh to create
additional shim for platform specifics.
Use test-lib-FREEBSD.sh to call GNU utilities instead of native ones.
- amended by db following Tomi's suggestions
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1199,6 +1199,9 @@ NOTMUCH_PYTHON=${python} # Are the ruby development files (and ruby) available? If not skip # building/testing ruby bindings. NOTMUCH_HAVE_RUBY_DEV=${have_ruby_dev} + +# Platform we are run on +PLATFORM=${platform} EOF # Finally, after everything configured, inform the user how to continue. |
