From db322d5bfef46f3b7ad11d3c8b26f45f5ec1dc1a Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Sun, 7 Jul 2019 22:27:20 +0100 Subject: Compiler checks added to the configure script To build the software, we need a C/C++ compiler. But until now at configure time there was no check on this. As a result, when the system didn't have them, the user would only learn in a crash of the programs. With this commit, some checks have been added at configure time to do basic checks and inform the user if necessary. --- .file-metadata | Bin 6157 -> 6106 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index 46a481f..d8ef27e 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1