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