From f171063cb033ae464fd8de6e55e64908fdca1d1d Mon Sep 17 00:00:00 2001 From: cathugger Date: Wed, 20 Jun 2018 13:33:01 +0000 Subject: [PATCH] add note about not checking all the things in configure --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 7b85452..21509fe 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,8 @@ AC_CONFIG_SRCDIR([main.c]) oldcflags="$CFLAGS" AC_PROG_CC +# NOTE: this script intentionally doesn't check for small details like posix functions and hard dependencies (libsodium) so you may get errors at compilation + if test "x$oldcflags" != "x$CFLAGS" then oldcflags="-O3"