From c7e2c43227695b259e98febaa6e7c17358e9d460 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Sat, 13 Mar 2021 09:37:22 -0800 Subject: [PATCH] Use environment compiler flags if set --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 8306abd..0521612 100644 --- a/configure.ac +++ b/configure.ac @@ -83,6 +83,10 @@ dnl --------------------------------------------------------------------------- DLLPREFIX="lib" +AC_SUBST(CFLAGS) +AC_SUBST(LDFLAGS) +AC_SUBST(LIBS) + case "$host" in *-mingw32|*-pc-msys) app_cv_osname="windows" -- libgit2 0.21.2