Re: $(info text…) and missing endif

2023-04-16 Thread Jeffrey Walton
On Sun, Apr 16, 2023 at 1:45 AM Eli Zaretskii wrote: > > > From: Jeffrey Walton > > Date: Sat, 15 Apr 2023 17:40:27 -0400 > > > > ifeq ($(IS_DARWIN)$(CLANG_COMPILER),11) > > ifeq ($(findstring -stdlib=libc++,$(CRYPTOPP_CXXFLAGS)$(CXXFLAGS)),) > > $(info ) > > $(info INFO: Crypto++ was b

Re: $(info text…) and missing endif

2023-04-15 Thread Eli Zaretskii
> From: Jeffrey Walton > Date: Sat, 15 Apr 2023 17:40:27 -0400 > > ifeq ($(IS_DARWIN)$(CLANG_COMPILER),11) > ifeq ($(findstring -stdlib=libc++,$(CRYPTOPP_CXXFLAGS)$(CXXFLAGS)),) > $(info ) > $(info INFO: Crypto++ was built without LLVM's libc++. If you are > using the library) > $(i