aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMikhail <mp39590@gmail.com>2017-03-09 09:32:43 -0400
committerDavid Bremner <david@tethera.net>2017-03-25 07:56:52 -0300
commit9b7dbed58ebd3aeee16b044fdffda6b39e90643e (patch)
tree25f919a885e83e43954ef085ececbd849463f447 /configure
parente1ddd27968673e6785300e739f5257b83841fb97 (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-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 6c782e16..03131275 100755
--- a/configure
+++ b/configure
@@ -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.