Commit c7e2c43227695b259e98febaa6e7c17358e9d460

Authored by Davide Cavalca
1 parent f1038d13
Exists in master and in 2 other branches develop, macos

Use environment compiler flags if set

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
configure.ac
... ... @@ -83,6 +83,10 @@ dnl ---------------------------------------------------------------------------
83 83  
84 84 DLLPREFIX="lib"
85 85  
  86 +AC_SUBST(CFLAGS)
  87 +AC_SUBST(LDFLAGS)
  88 +AC_SUBST(LIBS)
  89 +
86 90 case "$host" in
87 91 *-mingw32|*-pc-msys)
88 92 app_cv_osname="windows"
... ...