diff --git a/configure b/configure index ea6c567..51268dc 100755 --- a/configure +++ b/configure @@ -1,7 +1,8 @@ #!/bin/sh # A handwritten ./configure script, because I kind of hate autotools. -# © 2020 Eddie Antonio Santos +# Update (2023): Autotools=still awful. But writing this was a mistake. +# © 2020–2023 Eddie Antonio Santos set -e @@ -129,7 +130,7 @@ require_system_header() { use_cxxflag() { flag="$1" - printf "checking to compile C++ with ${flag}... " + printf 'checking to compile C++ with %s...' "${flag}" compile_test_cxx_program "${flag}" < - #endif +#ifdef __APPLE__ +#include +#endif - #include <${header}> +#include <${header}> EOF }