Kaydet (Commit) f33c8056 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Enforce DISABLE_LINKOO on OS X

solenv/bin/linkoo doesn't do anything on OS X anyway, and even if it
would do and it would work, it would interfere with signing the app
bundle.

Change-Id: If7a6cecea57cddf8a637a60872d0372eb5093f41
üst c84e417a
......@@ -4328,6 +4328,10 @@ AC_SUBST(ASSERT_ALWAYS_ABORT)
dnl Determine whether to use linkoo for the smoketest installation
dnl ===================================================================
AC_MSG_CHECKING([whether to use linkoo for the smoketest installation])
if test $_os = Darwin; then
enable_linkoo=no
fi
if test "$enable_linkoo" = "no"; then
DISABLE_LINKOO="TRUE"
AC_MSG_RESULT([no])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment