[llvm-bugs] [Bug 5994] configure might find multiple ffi.h files

via llvm-bugs llvm-bugs at lists.llvm.org
Sat May 18 18:10:00 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=5994

J. Ryan Stinnett <jryans at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jryans at gmail.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from J. Ryan Stinnett <jryans at gmail.com> ---
The CMake version of this check tests for each path to ffi.h in separate
branches, and thus should only define one of HAVE_FFI_H or HAVE_FFI_FFI_H but
not both, so that seems like it resolves this issue.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190519/34767405/attachment.html>


More information about the llvm-bugs mailing list